We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435652d commit f1d5490Copy full SHA for f1d5490
server/src/test/java/org/opensearch/cluster/routing/allocation/ShardsTieringAllocationTests.java
@@ -22,7 +22,6 @@
22
import static org.opensearch.cluster.routing.RoutingPool.LOCAL_ONLY;
23
import static org.opensearch.cluster.routing.RoutingPool.REMOTE_CAPABLE;
24
import static org.opensearch.cluster.routing.RoutingPool.getIndexPool;
25
-import static org.opensearch.common.util.FeatureFlags.TIERED_REMOTE_INDEX;
26
import static org.opensearch.index.IndexModule.INDEX_STORE_LOCALITY_SETTING;
27
28
public class ShardsTieringAllocationTests extends TieringAllocationBaseTestCase {
0 commit comments