HoustonPutman commented on PR #1657:
URL: https://github.com/apache/solr/pull/1657#issuecomment-3598691292

   > So I'm going to have to fully remove the `catch (RemoteExecutionException 
e) {` in the LB clients, since that no longer exists. We can in the future make 
RemoteSolrException smarter to be able to tell if the error is retryable or 
not. This RemoteExecutionException really wasn't used very often anyways, and 
when it is used it uses the `400` error code generally which won't be retried.
   
   So this was the case with the old APIBag exceptions, but the same code was 
used for v2API errors. So no v2 errors do not retry, as was the case before.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to