提交 f02e10cf 编写于 作者: H Hongze Cheng

fix ci test

上级 e812d20a
......@@ -117,7 +117,6 @@ int32_t tsdbCommit(STsdb *pTsdb) {
return -1;
}
#if 0
// Skip expired memory data and expired FSET
tsdbSeekCommitIter(&commith, commith.rtn.minKey);
while ((pSet = tsdbFSIterNext(&(commith.fsIter)))) {
......@@ -128,7 +127,6 @@ int32_t tsdbCommit(STsdb *pTsdb) {
break;
}
}
#endif
// commit
fid = tsdbNextCommitFid(&(commith));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册