-
Notifications
You must be signed in to change notification settings - Fork 106
Raft log file exporter doc [CORE-182] #1761
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for hardcore-allen-f5257d ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
1 minor nit, but LGTM, thanks @ahmetmircik
Since we may release chunked snapshotting as part of a minor release ahead of 6.0
, we should make a note to update this documentation's references to 6.0
.
|
||
== Why Use This Tool? | ||
|
||
Starting with version 6.0, RAFT snapshots use a new format due to the introduction of chunked snapshot transfers. If you ever need to downgrade a cluster from version 6.0 to 5.5, this tool allows the existing RAFT data to be used with the older version. It ensures that data can still be loaded and used after the downgrade. |
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.
Starting with version 6.0, RAFT snapshots use a new format due to the introduction of chunked snapshot transfers. If you ever need to downgrade a cluster from version 6.0 to 5.5, this tool allows the existing RAFT data to be used with the older version. It ensures that data can still be loaded and used after the downgrade. | |
Starting with version 6.0, Raft snapshots use a new format due to the introduction of chunked snapshot transfers. If you ever need to downgrade a cluster from version 6.0 to 5.5, this tool allows the existing Raft data to be used with the older version. It ensures that data can still be loaded and used after the downgrade. |
nit: use consistent case for "Raft"
doc for: https://github.com/hazelcast/hazelcast-mono/pull/4507