Adjust the default value for weak read
This commit is contained in:
@ -267,7 +267,7 @@ DEF_TIME_WITH_CHECKER(max_stale_time_for_weak_consistency, OB_TENANT_PARAMETER,
|
||||
"the max data stale time that cluster weak read version behind current timestamp,"
|
||||
"no smaller than weak_read_version_refresh_interval, range: [5s, +∞)",
|
||||
ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||
DEF_BOOL(enable_monotonic_weak_read, OB_TENANT_PARAMETER, "false",
|
||||
DEF_BOOL(enable_monotonic_weak_read, OB_TENANT_PARAMETER, "true",
|
||||
"specifies observer supportting atomicity and monotonic order read",
|
||||
ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||
DEF_DBL(tenant_cpu_variation_per_server, OB_CLUSTER_PARAMETER, "50", "[0,100]",
|
||||
|
Reference in New Issue
Block a user