-
Notifications
You must be signed in to change notification settings - Fork 706
feat: drop mv on mv #506
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
feat: drop mv on mv #506
Conversation
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #506 +/- ##
============================================
- Coverage 72.65% 72.64% -0.02%
Complexity 2709 2709
============================================
Files 875 875
Lines 48855 48874 +19
Branches 1556 1557 +1
============================================
+ Hits 35498 35506 +8
- Misses 12547 12557 +10
- Partials 810 811 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
MrCroxx
left a comment
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, good job!
yezizp2012
left a comment
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.
Good job, LGTM!!!!
lmatz
left a comment
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.
success
What's changed and what's your intention?
This PR implements dropping mv on mv by
Stopmutation. Thanks to the reference counting for materialized view in #364, we are safe to stop and drop actors when asked.The step of dropping mv on mv is:
Stopmutation with these actor ids. Note that we are still to collect barriers from these "dropping" actors.drop_actorsto remove all actor info.Checklist
Refer to a related PR or issue link (optional)
Close #412.