sigram opened a new pull request, #4045: URL: https://github.com/apache/solr/pull/4045
There were some code paths where the original `MirroredSolrRequest` wasn't preserved in `IQueueHandler.Result`. This resulted in NPEs when re-submitting to a dead-letter queue, but IMHO the fact that you could produce `Result` with a null item was trappy enough so I refactored the constructors to avoid it. This PR also drops requests for non-existent or read-only collections to avoid unnecessary errors from Solr. -- 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]
