[Feature-wip](MySQL Load)Support cancel query for mysql load (#17233)

Notice some changes:
1. Support cancel query for mysql load 
2. Change the thread pool for mysql load manager.
3. Fix sucret path check logic
4. Fix some doc error
This commit is contained in:
huangzhaowei
2023-03-09 22:08:26 +08:00
committed by GitHub
parent 0c48bb4d66
commit 4ddd303cfc
9 changed files with 183 additions and 16 deletions

View File

@ -2056,5 +2056,8 @@ public class Config extends ConfigBase {
*/
@ConfField(mutable = false, masterOnly = false)
public static String mysql_load_server_secure_path = "";
@ConfField(mutable = false, masterOnly = false)
public static int mysql_load_thread_pool = 4;
}