OpenSearch/server/src
Armin Braun 4e574a7136
Remove Dead Code from Closed Index Snapshot Logic (#56764) (#59398)
The code path for closed indices is dead code here ever since #39644
because `shards(currentState, indexIds, ...)` does not set
`MISSING` on a closed index's shard that is assigned any longer. Before that change it would always set `MISSING` for a closed index's shard even it was assigned.
=> simplified the code accordingly.
2020-07-13 14:49:16 +02:00
..
internalClusterTest/java/org/elasticsearch Migrate CompletionFieldMapper to parametrized format (#59291) 2020-07-13 12:43:15 +01:00
main Remove Dead Code from Closed Index Snapshot Logic (#56764) (#59398) 2020-07-13 14:49:16 +02:00
test Fix FSHealthServiceTests on Windows (#59387) 2020-07-13 12:43:45 +01:00