提交 13232ec7 编写于 作者: Z zhiru

update


Former-commit-id: a8d0615a42384353a3d99f4765e5e6c320e2d245
上级 d2c515ee
...@@ -600,7 +600,7 @@ void DBImpl::BackgroundCompaction(std::set<std::string> table_ids) { ...@@ -600,7 +600,7 @@ void DBImpl::BackgroundCompaction(std::set<std::string> table_ids) {
int ttl = 1; int ttl = 1;
if (options_.mode == "cluster") { if (options_.mode == "cluster") {
ttl = meta::D_SEC; ttl = meta::D_SEC;
ENGINE_LOG_DEBUG << "Server mode is cluster. Clean up files with ttl = " << std::to_string(ttl) << "seconds."; // ENGINE_LOG_DEBUG << "Server mode is cluster. Clean up files with ttl = " << std::to_string(ttl) << "seconds.";
} }
meta_ptr_->CleanUpFilesWithTTL(ttl); meta_ptr_->CleanUpFilesWithTTL(ttl);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册