We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Other
We should check the entry id while replaying the region
greptimedb/src/mito2/src/region/opener.rs
Lines 386 to 388 in b526d15
If the actual entry id in the WAL is less than the flushed entry id, raft-engine might panic while writing into the memtable.
Maybe related to #3041
We might provide different recovery mode
The text was updated successfully, but these errors were encountered:
Maybe I should also address this issue in #3073
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What type of enhancement is this?
Other
What does the enhancement do?
We should check the entry id while replaying the region
greptimedb/src/mito2/src/region/opener.rs
Lines 386 to 388 in b526d15
If the actual entry id in the WAL is less than the flushed entry id, raft-engine might panic while writing into the memtable.
Maybe related to #3041
Implementation challenges
We might provide different recovery mode
The text was updated successfully, but these errors were encountered: