提交 ea75e443 编写于 作者: L lichuang

[TD-4352]compact tsdb meta data implementation

上级 b5015434
......@@ -537,7 +537,9 @@ _err:
}
tfree(pBuf);
tsdbInfo("end compact tsdb meta file, code:%d", code);
tsdbInfo("end compact tsdb meta file, code:%d, nDels:%" PRId64 ",nRecords:%" PRId64 ",tombSize:%" PRId64 ",size:%" PRId64,
code, mf.info.nDels,mf.info.nRecords,mf.info.tombSize,mf.info.size);
return code;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册