Re: [PR] SOLR-17667: Simplify zombie logic in LBSolrClient [solr]

2025-02-17 Thread via GitHub
HoustonPutman merged PR #3176: URL: https://github.com/apache/solr/pull/3176 -- 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-unsubscr...@solr.apa

Re: [PR] SOLR-17667: Simplify zombie logic in LBSolrClient [solr]

2025-02-17 Thread via GitHub
HoustonPutman commented on code in PR #3176: URL: https://github.com/apache/solr/pull/3176#discussion_r1958579710 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBHttpSolrClient.java: ## @@ -192,7 +192,7 @@ protected SolrClient getClient(Endpoint endpoint) { */

Re: [PR] SOLR-17667: Simplify zombie logic in LBSolrClient [solr]

2025-02-13 Thread via GitHub
gerlowskija commented on code in PR #3176: URL: https://github.com/apache/solr/pull/3176#discussion_r1955432972 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBHttpSolrClient.java: ## @@ -192,7 +192,7 @@ protected SolrClient getClient(Endpoint endpoint) { */ @D

[PR] SOLR-17667: Simplify zombie logic in LBSolrClient [solr]

2025-02-11 Thread via GitHub
HoustonPutman opened a new pull request, #3176: URL: https://github.com/apache/solr/pull/3176 https://issues.apache.org/jira/browse/SOLR-17667 I made a patch for branch_9x first, since that's where the failures are occurring for TestLBHttp2SolrClient The changes are: - N