未验证 提交 d8fd5b93 编写于 作者: W wade zhang 提交者: GitHub

Merge pull request #22190 from taosdata/fix/TD-25315

fix(tsdb/del): reset next key to del record's ekey
......@@ -190,7 +190,7 @@ static int32_t tsdbCommitTombData(SCommitter2 *committer) {
}
if (record->ekey > committer->ctx->maxKey) {
committer->ctx->nextKey = committer->ctx->maxKey;
committer->ctx->nextKey = record->ekey;
}
record->skey = TMAX(record->skey, committer->ctx->minKey);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册