[CP] Add hidden config _transfer_task_tablet_count_threshold
This commit is contained in:
@ -1477,6 +1477,10 @@ DEF_TIME(_transfer_process_lock_tx_timeout, OB_TENANT_PARAMETER, "100s", "[30s,)
|
||||
"Range: [30s, +∞)",
|
||||
ObParameterAttr(Section::ROOT_SERVICE, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||
|
||||
DEF_INT(_transfer_task_tablet_count_threshold, OB_TENANT_PARAMETER, "100", "(0,100]",
|
||||
"Threshold for the count of tablets that can be processed by a transfer task"
|
||||
"Range: (0, 100]",
|
||||
ObParameterAttr(Section::ROOT_SERVICE, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||
|
||||
// end of transfer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user