remove some TODO comments
This commit is contained in:
@ -542,19 +542,16 @@ DEF_STR_WITH_CHECKER(log_transport_compress_func, OB_TENANT_PARAMETER, "lz4_1.0"
|
|||||||
"compressor used for log transport. Values: none, lz4_1.0, zstd_1.0, zstd_1.3.8",
|
"compressor used for log transport. Values: none, lz4_1.0, zstd_1.0, zstd_1.3.8",
|
||||||
ObParameterAttr(Section::LOGSERVICE, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
ObParameterAttr(Section::LOGSERVICE, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||||
|
|
||||||
// TODO(xianlin.lh): add the feature on 4.1
|
|
||||||
//DEF_BOOL(enable_clog_persistence_compress, OB_TENANT_PARAMETER, "False",
|
//DEF_BOOL(enable_clog_persistence_compress, OB_TENANT_PARAMETER, "False",
|
||||||
// "If this option is set to true, use compression for clog persistence. "
|
// "If this option is set to true, use compression for clog persistence. "
|
||||||
// "The default is false(no compression)",
|
// "The default is false(no compression)",
|
||||||
// ObParameterAttr(Section::LOGSERVICE, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
// ObParameterAttr(Section::LOGSERVICE, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||||
|
|
||||||
// TODO(xianlin.lh): add the feature on 4.1
|
|
||||||
//DEF_STR_WITH_CHECKER(clog_persistence_compress_func, OB_TENANT_PARAMETER, "lz4_1.0",
|
//DEF_STR_WITH_CHECKER(clog_persistence_compress_func, OB_TENANT_PARAMETER, "lz4_1.0",
|
||||||
// common::ObConfigPerfCompressFuncChecker,
|
// common::ObConfigPerfCompressFuncChecker,
|
||||||
// "compressor used for clog persistence. Values: none, lz4_1.0, zstd_1.0, zstd_1.3.8",
|
// "compressor used for clog persistence. Values: none, lz4_1.0, zstd_1.0, zstd_1.3.8",
|
||||||
// ObParameterAttr(Section::LOGSERVICE, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
// ObParameterAttr(Section::LOGSERVICE, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||||
|
|
||||||
// TODO(shuning.tsn) : add the feature on 4.1
|
|
||||||
//DEF_BOOL(enable_log_archive, OB_CLUSTER_PARAMETER, "False",
|
//DEF_BOOL(enable_log_archive, OB_CLUSTER_PARAMETER, "False",
|
||||||
// "control if enable log archive",
|
// "control if enable log archive",
|
||||||
// ObParameterAttr(Section::LOGSERVICE, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
// ObParameterAttr(Section::LOGSERVICE, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||||
|
|||||||
Reference in New Issue
Block a user