take up space on the master branch for parameter checkpoint_diagnose_preservation_count

This commit is contained in:
obdev
2024-02-08 17:20:17 +00:00
committed by ob-robot
parent 59c1d87984
commit 564b74bc19

View File

@ -1820,3 +1820,8 @@ DEF_BOOL(enable_rpc_authentication_bypass, OB_CLUSTER_PARAMETER, "True",
"specifies whether allow arbitration service, standby cluster, OMS service to connect "
"cluster and provide service when rpc authentication is turned on.",
ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
// take up space on the master for checkpoint diagnose in 42x
// DEF_INT(_checkpoint_diagnose_preservation_count, OB_TENANT_PARAMETER, "100", "[0,1000]",
// "the count of checkpoint diagnose info preservation",
// ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));