We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3d782 commit 89e4727Copy full SHA for 89e4727
server/src/internalClusterTest/java/org/opensearch/cluster/allocation/AwarenessAllocationIT.java
@@ -364,6 +364,7 @@ public void testAwarenessZonesIncrementalNodes() {
364
assertThat(counts.get(noZoneNode), equalTo(2));
365
}
366
367
+ @AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/5908")
368
public void testThreeZoneOneReplicaWithForceZoneValueAndLoadAwareness() throws Exception {
369
int nodeCountPerAZ = 5;
370
int numOfShards = 30;
0 commit comments