[
https://issues.apache.org/jira/browse/SOLR-17084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gilles Bellaton updated SOLR-17084:
-----------------------------------
Description:
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
> LBSolrClient should limit size of Exception
> -------------------------------------------
>
> Key: SOLR-17084
> URL: https://issues.apache.org/jira/browse/SOLR-17084
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Gilles Bellaton
> Priority: Major
>
> 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]