-
Notifications
You must be signed in to change notification settings - Fork 600
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
refactor(hummock manager): load mem hummock version with version delt… #3529
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3529 +/- ##
==========================================
- Coverage 74.45% 74.44% -0.01%
==========================================
Files 770 770
Lines 108517 108600 +83
==========================================
+ Hits 80792 80850 +58
- Misses 27725 27750 +25
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
7317ac8
to
b272f6f
Compare
b272f6f
to
7ef0e7f
Compare
…a instead of version
78536a0
to
b80ec6e
Compare
b80ec6e
to
58c174e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rest LGTM
src/storage/hummock_sdk/src/compaction_group/hummock_version_ext.rs
Outdated
Show resolved
Hide resolved
73abb8b
to
bef73b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Would we clean deltas in another PR? |
here is a scheme: is this OK? |
No, it is not enough. If the meta-node lives a long time without restarts, we may append a lot of |
#3529) * refactor(hummock manager): load mem hummock version with version delta instead of version * add hummock version apply trait * refactor apply_compact_result * hide_l0_remove_pos Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
…a instead of version
I hereby agree to the terms of the Singularity Data, Inc. Contributor License Agreement.
What's changed and what's your intention?
PLEASE DO NOT LEAVE THIS EMPTY !!!
load mem hummock version with version delta instead of version
rebuild version from version deltas
this PR is successor of #3503
Checklist
Refer to a related PR or issue link (optional)