Skip to content

Commit

Permalink
Merge pull request #22803 from taosdata/fix/TD-25671-3.1
Browse files Browse the repository at this point in the history
fix: next merger iter of tombs in loop of tsdbSnapWriteTombRecord
  • Loading branch information
gccgdb1234 committed Sep 8, 2023
2 parents ff13a23 + d172e77 commit 5bb04b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/dnode/vnode/src/tsdb/tsdbSnapshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,9 @@ static int32_t tsdbSnapWriteTombRecord(STsdbSnapWriter* writer, const STombRecor
} else {
break;
}

code = tsdbIterMergerNext(writer->ctx->tombIterMerger);
TSDB_CHECK_CODE(code, lino, _exit);
}

if (record->suid == INT64_MAX) {
Expand Down

0 comments on commit 5bb04b3

Please sign in to comment.