mirror of https://github.com/apache/lucene.git
SOLR-5608: Boost wait from 300ms to 500ms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559788 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
43557d0c95
commit
fad37f1984
|
@ -543,7 +543,7 @@ public class OverseerCollectionProcessor implements Runnable, ClosableThread {
|
|||
Thread.sleep(100);
|
||||
removed = !zkStateReader.getClusterState().hasCollection(message.getStr(collection));
|
||||
if (removed) {
|
||||
Thread.sleep(300); // just a bit of time so it's more likely other
|
||||
Thread.sleep(500); // just a bit of time so it's more likely other
|
||||
// readers see on return
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue