[CP] Add hidden config _transfer_task_tablet_count_threshold

This commit is contained in:
ZhenNan0
2023-11-01 08:09:23 +00:00
committed by ob-robot
parent f71eee9826
commit 99db3c5d46
5 changed files with 24 additions and 6 deletions

View File

@ -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