mirror of https://github.com/apache/lucene.git
SOLR-10643: Ensure that the stopped node is removed from live nodes before proceeding
This commit is contained in:
parent
e13c4c34f0
commit
ac9ee36f05
|
@ -231,6 +231,7 @@ public class NodeLostTriggerTest extends SolrCloudTestCase {
|
|||
break;
|
||||
}
|
||||
}
|
||||
cluster.waitForAllNodes(5);
|
||||
|
||||
AtomicInteger callCount = new AtomicInteger(0);
|
||||
AtomicBoolean fired = new AtomicBoolean(false);
|
||||
|
|
Loading…
Reference in New Issue