Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
6.0
Description
In StreamingSolrServer.getSolrServer|ConcurrentUpdateSolrServer.handleError the SolrCmdDistributor.Req req parameter is used for the req field of all error's created. This is also true for subsequent requests sent through the retuned ConcurrentUpdateSolrServer. This means a.o. that wrong request (the first request sent through this ConcurrentUpdateSolrServer) may be retried if case of errors executing one of the subsequent requests.