James Vanneman created SOLR-18002:
-------------------------------------

             Summary: 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


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