[PARAMETER] OPEN PARAMETER _enable_active_txn_transfer

This commit is contained in:
Handora 2024-03-01 06:14:19 +00:00 committed by ob-robot
parent bba5b5479a
commit 7466c1039d

View File

@ -1569,7 +1569,7 @@ DEF_INT(_transfer_task_tablet_count_threshold, OB_TENANT_PARAMETER, "100", "(0,1
"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));
DEF_BOOL(_enable_active_txn_transfer, OB_TENANT_PARAMETER, "False",
DEF_BOOL(_enable_active_txn_transfer, OB_TENANT_PARAMETER, "True",
"Specifies whether support transfer active tx",
ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
// end of transfer