Remove support for old translog checkpoint formats#44272
Remove support for old translog checkpoint formats#44272DaveCTurner merged 7 commits intoelastic:masterfrom Hohol:old-checkpoints
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
DaveCTurner
left a comment
There was a problem hiding this comment.
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 <david.turner@elastic.co>
|
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 |
Remove support for old translog checkpoint formats.
Add unit test for Elasticsearch's behaviour with checkpoint files of old formats.
Closes #44210