[
https://issues.apache.org/jira/browse/SOLR-12649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16581140#comment-16581140
]
ASF subversion and git services commented on SOLR-12649:
--------------------------------------------------------
Commit 60257ea276dab2838b884b6fe6a8e0a362ca1c79 in lucene-solr's branch
refs/heads/master from [~noble.paul]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=60257ea ]
SOLR-12649: CloudSolrClient retries requests unnecessarily exception from server
> CloudSolrClient retries requests unnecessarily on RouteException
> ----------------------------------------------------------------
>
> Key: SOLR-12649
> URL: https://issues.apache.org/jira/browse/SOLR-12649
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: SolrCloud, SolrJ
> Affects Versions: 7.4
> Reporter: Shalin Shekhar Mangar
> Assignee: Noble Paul
> Priority: Major
> Fix For: master (8.0), 7.5
>
> Attachments: SOLR-12649.patch, SOLR-12649.patch
>
>
> In SOLR-12610, I noticed that requests being retried by CloudSolrClient when
> there is no communication exception and no stale state. It seems that
> CloudSolrCient will retry when there is a RouteException however
> RouteException is not a communication error but only a wrapper exception for
> all underlying RemoteExceptions. In other words, CloudSolrClient will retry
> request on all HTTP 500 errors coming from the server including on admin
> requests such as split shards.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]