fix #1092 Modify the description of row_compaction_update_limit value range

This commit is contained in:
obdev 2022-11-24 10:07:58 +00:00 committed by wangzelin.wzl
parent bad2aaf5e0
commit 0fb66ff79b

View File

@ -637,7 +637,7 @@ DEF_TIME(clog_sync_time_warn_threshold, OB_CLUSTER_PARAMETER, "100ms", "[1ms, 10
ObParameterAttr(Section::TRANS, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
DEF_INT(row_compaction_update_limit, OB_CLUSTER_PARAMETER, "6", "[1, 6400]",
"maximum update count before trigger row compaction. "
"Range: [1, 64]",
"Range: [1, 6400]",
ObParameterAttr(Section::TRANS, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
DEF_BOOL(ignore_replay_checksum_error, OB_CLUSTER_PARAMETER, "False",
"specifies whether error raised from the memtable replay checksum validation can be ignored. "