-
Notifications
You must be signed in to change notification settings - Fork 316
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(mito): Stores and recovers flushed sequence #2355
fix(mito): Stores and recovers flushed sequence #2355
Conversation
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
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## migrate-region-server #2355 +/- ##
========================================================
Coverage ? 77.41%
========================================================
Files ? 724
Lines ? 114924
Branches ? 0
========================================================
Hits ? 88974
Misses ? 25950
Partials ? 0 |
3edb274
* test: add test for reopen * feat: last entry id starts from flushed entry id * fix: store flushed sequence and recover it from manifest * test: check sequence in alter test * test: more tests for alter
* test: add test for reopen * feat: last entry id starts from flushed entry id * fix: store flushed sequence and recover it from manifest * test: check sequence in alter test * test: more tests for alter
* test: add test for reopen * feat: last entry id starts from flushed entry id * fix: store flushed sequence and recover it from manifest * test: check sequence in alter test * test: more tests for alter
* test: add test for reopen * feat: last entry id starts from flushed entry id * fix: store flushed sequence and recover it from manifest * test: check sequence in alter test * test: more tests for alter
* test: add test for reopen * feat: last entry id starts from flushed entry id * fix: store flushed sequence and recover it from manifest * test: check sequence in alter test * test: more tests for alter
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
This PR fixes the issue that the engine doesn't store and recover the flushed sequence:
Checklist
Refer to a related PR or issue link (optional)