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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]