take up space on the master branch for parameter checkpoint_diagnose_preservation_count
This commit is contained in:
@ -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 "
|
"specifies whether allow arbitration service, standby cluster, OMS service to connect "
|
||||||
"cluster and provide service when rpc authentication is turned on.",
|
"cluster and provide service when rpc authentication is turned on.",
|
||||||
ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
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));
|
||||||
|
|||||||
Reference in New Issue
Block a user