parent
3129f5b42e
commit
3f3bcb23c2
|
@ -222,6 +222,7 @@ public class PrimaryAllocationIT extends ESIntegTestCase {
|
|||
.getShards().get(0).primaryShard().unassignedInfo().getReason(), equalTo(UnassignedInfo.Reason.NODE_LEFT));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44049")
|
||||
public void testForceStaleReplicaToBePromotedToPrimary() throws Exception {
|
||||
logger.info("--> starting 3 nodes, 1 master, 2 data");
|
||||
String master = internalCluster().startMasterOnlyNode(Settings.EMPTY);
|
||||
|
|
Loading…
Reference in New Issue