mirror of https://github.com/apache/lucene.git
raise retries a bit - it can take a bit for a new leader to take over
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8f94ae68de
commit
ee21f3b465
|
@ -40,7 +40,7 @@ import org.slf4j.LoggerFactory;
|
|||
|
||||
|
||||
public class SolrCmdDistributor {
|
||||
private static final int MAX_RETRIES_ON_FORWARD = 15;
|
||||
private static final int MAX_RETRIES_ON_FORWARD = 25;
|
||||
public static Logger log = LoggerFactory.getLogger(SolrCmdDistributor.class);
|
||||
|
||||
private StreamingSolrServers servers;
|
||||
|
|
Loading…
Reference in New Issue