[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:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user