Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuescher committed Feb 3, 2025
1 parent 9c17c2d commit 02e3091
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
import org.elasticsearch.repositories.fs.FsRepository;
import org.elasticsearch.test.cluster.util.Version;

import java.util.HashMap;
import java.util.Map;

import static org.elasticsearch.cluster.metadata.IndexMetadata.INDEX_READ_ONLY_BLOCK;
import static org.elasticsearch.cluster.metadata.IndexMetadata.INDEX_WRITE_BLOCK;
import static org.elasticsearch.cluster.metadata.MetadataIndexStateService.INDEX_CLOSED_BLOCK;
Expand All @@ -38,9 +35,6 @@ public FullClusterRestartLuceneIndexCompatibilityIT(Version version) {
super(version);
}

// we need a place to store async_search ids across cluster restarts
private static Map<String, String> async_search_ids = new HashMap<>(3);

/**
* Creates an index on N-2, upgrades to N-1 and marks as read-only, then upgrades to N.
*/
Expand Down

0 comments on commit 02e3091

Please sign in to comment.