mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 02:58:58 +00:00
there should be a wait on this retry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1402808 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2cfc445f82
commit
5a6bb2b287
@ -1230,7 +1230,7 @@ public abstract class AbstractFullDistribZkTestBase extends AbstractDistribZkTes
|
|||||||
if (tries++ == 30) {
|
if (tries++ == 30) {
|
||||||
fail("Shard still reported as live in zk - " + cnt + " jetty");
|
fail("Shard still reported as live in zk - " + cnt + " jetty");
|
||||||
}
|
}
|
||||||
|
Thread.sleep(1000);
|
||||||
clusterState = zkStateReader.getClusterState();
|
clusterState = zkStateReader.getClusterState();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user