HoustonPutman opened a new pull request, #4068: URL: https://github.com/apache/solr/pull/4068
https://issues.apache.org/jira/browse/SOLR-18081 Instead of indexing results by just the node name, the results should be indexed by node and replica, which is a unique key. Also, when async is used, the failures and successes should be added just once to the result list. So a success in creating an Async request **will not** add a `success` response, it will wait for the actual async status to add that. But a failure in creating an Async request **will** add a `failure` response, because there will be no async status to add later. Currently a failed async request will add a `success` for the creation of the async request, and a `failure` or the status of the async request, which is very confusing. -- 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]
