瀏覽代碼

log compaction output file's level along with number

main
ideawu 9 年之前
父節點
當前提交
8fcceb2a6f
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      db/db_impl.cc

+ 2
- 1
db/db_impl.cc 查看文件

@ -821,8 +821,9 @@ Status DBImpl::FinishCompactionOutputFile(CompactionState* compact,
delete iter;
if (s.ok()) {
Log(options_.info_log,
"Generated table #%llu: %lld keys, %lld bytes",
"Generated table #%llu@%d: %lld keys, %lld bytes",
(unsigned long long) output_number,
compact->compaction->level(),
(unsigned long long) current_entries,
(unsigned long long) current_bytes);
}

Loading…
取消
儲存