Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
We've got logic in HttpSolrClient to catch NoHttpResponseException and retry. However, this logic appears to be in the wrong place - it's in the createMethod function, which doesn't actually execute any http requests at all. It ought to be in executeMethod.
Fixing this might help sort out the persistent Jenkins failures as well.
Attachments
Attachments
Issue Links
- duplicates
-
SOLR-6724 HttpServer maxRetries attributes seems like not being used as expected
- Open