-
Notifications
You must be signed in to change notification settings - Fork 322
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: delete data from associated pre-aggr table #2300
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2300 +/- ##
============================================
- Coverage 75.71% 75.70% -0.02%
Complexity 368 368
============================================
Files 627 627
Lines 118168 118431 +263
Branches 1050 1022 -28
============================================
+ Hits 89470 89657 +187
- Misses 28482 28558 +76
Partials 216 216
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
OpenMLDB/src/storage/aggregator.cc Lines 359 to 363 in 309dc04
There seems to be nothing to do, you can remove the warning log. |
here if we found a |
yep, you are right. aggregator maybe update in recovery phase. |
merged after 060 release |
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.
checked
Fix delete key in pre-aggr table when delete occur in base table #1673
#2307 has to be fixed before this PR work correctly.