remove some TODO comments

This commit is contained in:
obdev
2023-05-08 07:08:36 +00:00
committed by ob-robot
parent b9fa44684e
commit 4eb25bb20b

View File

@ -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",
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",
// "If this option is set to true, use compression for clog persistence. "
// "The default is false(no compression)",
// 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",
// common::ObConfigPerfCompressFuncChecker,
// "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));
// TODO(shuning.tsn) : add the feature on 4.1
//DEF_BOOL(enable_log_archive, OB_CLUSTER_PARAMETER, "False",
// "control if enable log archive",
// ObParameterAttr(Section::LOGSERVICE, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));