Fixed a bug that FE config 'async_load_task_pool_size' missing @ConfField annotation (#2339)
This will cause 'async_load_task_pool_size' not configurable.
This commit is contained in:
@ -438,6 +438,7 @@ public class Config extends ConfigBase {
|
||||
* Currently, it only limits the load task of broker load, pending and loading phases.
|
||||
* It should be less than 'max_running_txn_num_per_db'
|
||||
*/
|
||||
@ConfField(mutable = false, masterOnly = true)
|
||||
public static int async_load_task_pool_size = 10;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user