mirror of https://github.com/apache/lucene.git
SOLR-3180: remove bad method call
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427589 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
14d08c75c0
commit
2df5efcbad
|
@ -402,7 +402,6 @@ public class SolrCmdDistributor {
|
||||||
SolrException.log(SolrCmdDistributor.log, "forwarding update to " + sreq.node.getUrl() + " failed - retrying ... ");
|
SolrException.log(SolrCmdDistributor.log, "forwarding update to " + sreq.node.getUrl() + " failed - retrying ... ");
|
||||||
Thread.sleep(500);
|
Thread.sleep(500);
|
||||||
submit(sreq);
|
submit(sreq);
|
||||||
checkResponses(block);
|
|
||||||
} else {
|
} else {
|
||||||
Exception e = sreq.exception;
|
Exception e = sreq.exception;
|
||||||
Error error = new Error();
|
Error error = new Error();
|
||||||
|
|
Loading…
Reference in New Issue