-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Remove support for old translog checkpoint formats #44272
Conversation
@DaveCTurner, am I on the right track? Is there anything else to be done in master (besides tests)? |
Yes that's about all that's needed for the production code in |
Pinging @elastic/es-distributed |
server/src/main/java/org/elasticsearch/index/translog/Checkpoint.java
Outdated
Show resolved
Hide resolved
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.
Thanks @Hohol looks good, but needs merging with latest master.
server/src/test/java/org/elasticsearch/index/translog/TranslogTests.java
Outdated
Show resolved
Hide resolved
@elasticmachine test this please |
server/src/test/java/org/elasticsearch/index/translog/TranslogTests.java
Outdated
Show resolved
Hide resolved
Co-Authored-By: David Turner <[email protected]>
Forgot to actually change the file name... |
Oh hang on the build will still fail after renaming that file - try the |
Please call it |
@elasticmachine test this please |
@elasticmachine please run elasticsearch-ci/2 |
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
Remove support for old translog checkpoint formats.
Add unit test for Elasticsearch's behaviour with checkpoint files of old formats.
Closes #44210