OpenSearch/x-pack/snapshot-tool/src
Armin Braun 0987c0a5f3
Fix Broken Numeric Shard Generations in RepositoryData (#57813) (#57821)
Fix broken numeric shard generations when reading them from the wire
or physically from the physical repository.
This should be the cheapest way to clean up broken shard generations
in a BwC and safe-to-backport manner for now. We can potentially
further optimize this by also not doing the checks on the generations
based on the versions we see in the `RepositoryData` but I don't think
it matters much since we will read `RepositoryData` from cache in almost
all cases.

Closes #57798
2020-06-08 18:36:56 +02:00
..
bin Snapshot tool S3 cleanup 7.x backport (#44575) 2019-07-30 11:02:08 +02:00
main/java/org/elasticsearch/snapshots Fix Broken Numeric Shard Generations in RepositoryData (#57813) (#57821) 2020-06-08 18:36:56 +02:00
test/java/org/elasticsearch/snapshots Rename MetaData to Metadata in all of the places (#54519) 2020-03-31 17:24:38 -04:00