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
Committed log entries are not deleted except by compaction
Committed log entries can be deleted by snapshot synchronization
(It is assumed that the number of nodes is 3)
m1
m2
m3
Example:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behavior
Committed log entries are not deleted except by compaction
Current Behavior
Committed log entries can be deleted by snapshot synchronization
Steps to Reproduce
(It is assumed that the number of nodes is 3)
m1
) stops (or crashes) during the follower (m2
) is synchronizing snapshotsm2
completes and then reset its logm3
) stops (or crashes)m1
becomes the new leaderExample:
![moving-leader-during-snapshot-sync drawio](https://user-images.githubusercontent.com/1239141/155920022-9b1c3473-035b-4b8c-816d-cdc92f5a2767.png)
The text was updated successfully, but these errors were encountered: