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:
Noble Paul 2014-06-23 13:13:49 +00:00
parent eb75d94438
commit f220845368
1 changed files with 1 additions and 0 deletions

View File

@ -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() {