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

David Smiley commented on SOLR-18002:
-------------------------------------

Sounds like a good change; thanks for contributing a PR

> LBHttp2SolrClient doesn't add unresponsive servers to the zombie list
> ---------------------------------------------------------------------
>
>                 Key: SOLR-18002
>                 URL: https://issues.apache.org/jira/browse/SOLR-18002
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: SearchComponents - other
>    Affects Versions: 9.10
>            Reporter: James Vanneman
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The exception that's triggered when the idle timeout is exceeded is a 
> TimeoutException which does not inherit from IOException and fails the 
> IOException check which would add the unresponsive server to the zombie list. 
> The result is that unresponsive servers continue to receive requests instead 
> of being added to the zombie list and skipped.
>  
> The expected behavior is that unresponsive servers that exceed the idle 
> timeout should be marked unhealthy and added to the zombie list.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to