mirror of https://github.com/apache/lucene.git
SOLR-6095 wait for http responses
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1604791 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eb75d94438
commit
f220845368
|
@ -504,6 +504,7 @@ public class OverseerCollectionProcessor implements Runnable, ClosableThread {
|
|||
sreq.actualShards = sreq.shards;
|
||||
sreq.params = params;
|
||||
shardHandler.submit(sreq, replica, sreq.params);
|
||||
shardHandler.takeCompletedOrError();
|
||||
}
|
||||
|
||||
protected LeaderStatus amILeader() {
|
||||
|
|
Loading…
Reference in New Issue