From 5d1783f4d4c39238201aa0b35b94da48a6ef1843 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Mon, 5 Jun 2023 18:31:59 +0800 Subject: [PATCH] more code --- source/dnode/vnode/src/tsdb/dev/tsdbCommit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/dnode/vnode/src/tsdb/dev/tsdbCommit.c b/source/dnode/vnode/src/tsdb/dev/tsdbCommit.c index 3ede67022f..322e3ff294 100644 --- a/source/dnode/vnode/src/tsdb/dev/tsdbCommit.c +++ b/source/dnode/vnode/src/tsdb/dev/tsdbCommit.c @@ -225,6 +225,7 @@ static int32_t tsdbCommitDelData(SCommitter2 *committer) { || (committer->ctx->fset == NULL // && committer->sttWriter == NULL) // ) { + committer->ctx->nextKey = committer->ctx->maxKey + 1; goto _exit; }