SOLR-7746: Update credit in CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1706502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gregory Chanan 2015-10-02 22:41:42 +00:00
parent 04efea7e7d
commit c4c5e5833c
1 changed files with 2 additions and 1 deletions

View File

@ -203,7 +203,8 @@ Bug Fixes
related to leader initiated recovery is performed by a dedicated LIR thread in the background.
(Ramkumar Aiyengar, shalin)
* SOLR-7746: Ping requests stopped working with distrib=true in Solr 5.2.1. (Michael Sun)
* SOLR-7746: Ping requests stopped working with distrib=true in Solr 5.2.1.
(Alexey Serba, Michael Sun via Gregory Chanan)
* SOLR-6547: ClassCastException in SolrResponseBase.getQTime on update response from CloudSolrClient
when parallelUpdates is enabled (default) and multiple docs are sent as a single update.