[ 
https://issues.apache.org/jira/browse/SOLR-17084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated SOLR-17084:
----------------------------------
    Labels: pull-request-available  (was: )

> LBSolrClient should limit size of Exception
> -------------------------------------------
>
>                 Key: SOLR-17084
>                 URL: https://issues.apache.org/jira/browse/SOLR-17084
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Gilles Bellaton
>            Assignee: David Smiley
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 9.5
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> LBSolrClient.request can return full list of zombie server in Exception.
> See LBSolrClient.request.request :
> {quote}    throw new SolrServerException(
>         "No live SolrServers available to handle this request:" + 
> zombieServers.keySet(), ex);
> {quote}
> When a solr node is down, the list of zombie server can grow large because it 
> can hold all the replicas hosted by the node.
> Building this list can therefore becomes costly.
> Since the full list of zombie server is typically not useful it would be 
> enough to return the size of the zombieServers Map



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