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:
Mark Robert Miller 2013-01-01 23:22:21 +00:00
parent 14d08c75c0
commit 2df5efcbad
1 changed files with 0 additions and 1 deletions

View File

@ -402,7 +402,6 @@ public class SolrCmdDistributor {
SolrException.log(SolrCmdDistributor.log, "forwarding update to " + sreq.node.getUrl() + " failed - retrying ... ");
Thread.sleep(500);
submit(sreq);
checkResponses(block);
} else {
Exception e = sreq.exception;
Error error = new Error();