Former-commit-id: a8d0615a42384353a3d99f4765e5e6c320e2d245
pull/191/head
zhiru 2019-06-28 11:08:10 +08:00
parent d2c515eeeb
commit 13232ec792
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ void DBImpl::BackgroundCompaction(std::set<std::string> table_ids) {
int ttl = 1;
if (options_.mode == "cluster") {
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);
}