You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/12/15 20:23:20 UTC

[GitHub] [solr] epugh commented on a diff in pull request #1217: SOLR-10461: move setAliveCheckInterval from clients into Builder

epugh commented on code in PR #1217:
URL: https://github.com/apache/solr/pull/1217#discussion_r1050102202


##########
solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBHttpSolrClient.java:
##########
@@ -259,6 +261,21 @@ public Builder withBaseSolrUrls(String... solrUrls) {
       return this;
     }
 
+    /**
+     * LBHttpSolrServer keeps pinging the dead servers at fixed interval to find if it is alive. Use
+     * this to set that interval
+     *
+     * @param interval time in milliseconds
+     */
+    public Builder setAliveCheckInterval(int interval) {

Review Comment:
   I want to fix this as part of SOLR-16590 to get teh same name everywhere...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org