[ 
https://issues.apache.org/jira/browse/SOLR-17637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17922527#comment-17922527
 ] 

ASF subversion and git services commented on SOLR-17637:
--------------------------------------------------------

Commit fc1d3e1656afcb08b4a731a4f3db5bd0950a0ce1 in solr's branch 
refs/heads/branch_9_8 from Houston Putman
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=fc1d3e1656a ]

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

Reply via email to