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:
Mingyu Chen
2019-11-29 14:11:51 +08:00
committed by ZHAO Chun
parent 8bf00afa25
commit ba76504fdc

View File

@ -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;
/*