dsmiley commented on code in PR #2276:
URL: https://github.com/apache/solr/pull/2276#discussion_r1508138037
##########
solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java:
##########
@@ -175,8 +175,6 @@ public final void setRecoveringAfterStartup(boolean
recoveringAfterStartup) {
}
private Http2SolrClient.Builder recoverySolrClientBuilder(String baseUrl,
String leaderCoreName) {
- // workaround for SOLR-13605: get the configured timeouts & set them
directly
- // (even though getRecoveryOnlyHttpClient() already has them set)
Review Comment:
Removing the comment isn't fully what I was getting at because the code is
still here pertinent to a work-around that isn't necessary.
--
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]