parent
5d949dddfb
commit
fb1e350c81
|
@ -121,6 +121,7 @@ public class FollowerFailOverIT extends CcrIntegTestCase {
|
||||||
pauseFollow("follower-index");
|
pauseFollow("follower-index");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33337")
|
||||||
public void testFollowIndexAndCloseNode() throws Exception {
|
public void testFollowIndexAndCloseNode() throws Exception {
|
||||||
getFollowerCluster().ensureAtLeastNumDataNodes(3);
|
getFollowerCluster().ensureAtLeastNumDataNodes(3);
|
||||||
String leaderIndexSettings = getIndexSettings(3, 1, singletonMap(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), "true"));
|
String leaderIndexSettings = getIndexSettings(3, 1, singletonMap(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), "true"));
|
||||||
|
|
Loading…
Reference in New Issue