Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix(2.3) bugs around compaction #1889

Merged
merged 1 commit into from Jan 3, 2024
Merged

Fix(2.3) bugs around compaction #1889

merged 1 commit into from Jan 3, 2024

Conversation

zipper-meng
Copy link
Member

…s in CompactIterator for better performance

Required checklist

  • Sample config files updated (config,meta/config and default config)
  • If there are user-facing changes, the documentation needs to be updated prior to approving the PR( Link )
  • If there are any breaking changes to public APIs, please add the api change label.
  • Signed CLA (if not already signed)

Which issue does this PR close?

Related #.

Rationale for this change

Fix some bugs:

1. Errors in compact::chunk_merged_block();

There may be an error when chunking big blocks, this makes data lost.

2. Merge two tmp-fields in CompactIterator for better performance;

Merge tmp_tsm_blk_meta_iters: Vec<BlockMetaIterator> and tmp_tsm_blk_tsm_reader_idx: Vec<usize> into tmp_tsm_blk_meta_iters: Vec<(usize, BlockMetaIterator)>.

Are there any user-facing changes?

@roseboy-liu roseboy-liu merged commit dd6a17b into LTS/2.3 Jan 3, 2024
7 checks passed
@roseboy-liu roseboy-liu deleted the fix_2.3/compaction branch January 3, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants