[ https://issues.apache.org/jira/browse/SOLR-17637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17922516#comment-17922516 ]
ASF subversion and git services commented on SOLR-17637: -------------------------------------------------------- Commit 973ef46fa0f6e48b2d2204ffcaeee9dbb6053d41 in solr's branch refs/heads/branch_9x from Houston Putman [ https://gitbox.apache.org/repos/asf?p=solr.git;h=973ef46fa0f ] SOLR-17637: Fix LBHttpSolrClient & HttpShardHandler bug (#3147) This bug causes async requests to be uncompleted in some error scenarios. The HttpShardHandler can hang indefinitely when this happens. (cherry picked from commit db0cbd38d512da22e99fbbb0e4f65fc720de5441) > HttpShardHandler can wait indefinitely when retrying after certain failures > --------------------------------------------------------------------------- > > Key: SOLR-17637 > URL: https://issues.apache.org/jira/browse/SOLR-17637 > Project: Solr > Issue Type: Bug > Affects Versions: 9.8 > Reporter: Houston Putman > Priority: Critical > Labels: pull-request-available > Time Spent: 1h > Remaining Estimate: 0h > > If a The LBHttp2SolrClient is used to do an asynchronous request, then any > error that has a null message can result in that request not having its > future completed. The HttpShardHandler loops indefinitely until all responses > have been processed. So if a future is not completed, then its response will > not be added to the list. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org