You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/04/07 15:47:58 UTC

[21/24] lucene-solr:jira/solr-6203: SOLR-10441: remove no longer used HttpShardHandlerFactory.USE_RETRIES

SOLR-10441: remove no longer used HttpShardHandlerFactory.USE_RETRIES


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/94b83f1f
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/94b83f1f
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/94b83f1f

Branch: refs/heads/jira/solr-6203
Commit: 94b83f1f7d85ffdf6b52709be9e5788020ee715f
Parents: f37fad2
Author: Christine Poerschke <cp...@apache.org>
Authored: Fri Apr 7 10:37:30 2017 +0100
Committer: Christine Poerschke <cp...@apache.org>
Committed: Fri Apr 7 10:37:30 2017 +0100

----------------------------------------------------------------------
 .../apache/solr/handler/component/HttpShardHandlerFactory.java   | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/94b83f1f/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandlerFactory.java
----------------------------------------------------------------------
diff --git a/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandlerFactory.java b/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandlerFactory.java
index 1c016c7..4262c20 100644
--- a/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandlerFactory.java
+++ b/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandlerFactory.java
@@ -124,10 +124,6 @@ public class HttpShardHandlerFactory extends ShardHandlerFactory implements org.
 
   // Configure if the threadpool favours fairness over throughput
   static final String INIT_FAIRNESS_POLICY = "fairnessPolicy";
-  
-  // Turn on retries for certain IOExceptions, many of which can happen
-  // due to connection pooling limitations / races
-  static final String USE_RETRIES = "useRetries";
 
   /**
    * Get {@link ShardHandler} that uses the default http client.