We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3129f5b commit 3f3bcb2Copy full SHA for 3f3bcb2
server/src/test/java/org/elasticsearch/cluster/routing/PrimaryAllocationIT.java
@@ -222,6 +222,7 @@ public void testFailedAllocationOfStalePrimaryToDataNodeWithNoData() throws Exce
222
.getShards().get(0).primaryShard().unassignedInfo().getReason(), equalTo(UnassignedInfo.Reason.NODE_LEFT));
223
}
224
225
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44049")
226
public void testForceStaleReplicaToBePromotedToPrimary() throws Exception {
227
logger.info("--> starting 3 nodes, 1 master, 2 data");
228
String master = internalCluster().startMasterOnlyNode(Settings.EMPTY);
0 commit comments