提交 fb860726 编写于 作者: M Minglei Jin

fix(tsdb/del): reset next key to del record's ekey

上级 7bfb4e0f
......@@ -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.
先完成此消息的编辑!
想要评论请 注册