marcingorski opened a new pull request, #82: URL: https://github.com/apache/solr-sandbox/pull/82
There was a problem with sending message to dead letter queue when the number of attempts is greater than specified limit. It was not possible to set attempt value in `MirroredSolrRequest` constructor so it was always specified to `1`. `record` is no longer needed in `processResult` method because we should use `attempt` value from the result variable (copied from lastRecord and incremented if it has failed). -- 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]
