From f02e10cf9941cfade47afcf762af8c82b20668a4 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Sun, 5 Jun 2022 11:30:30 +0000 Subject: [PATCH] fix ci test --- source/dnode/vnode/src/tsdb/tsdbCommit.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/dnode/vnode/src/tsdb/tsdbCommit.c b/source/dnode/vnode/src/tsdb/tsdbCommit.c index 10b890262e..59a795b77a 100644 --- a/source/dnode/vnode/src/tsdb/tsdbCommit.c +++ b/source/dnode/vnode/src/tsdb/tsdbCommit.c @@ -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));