From c4c5e5833c12ee813673c8aa9f2b5e6ee971f089 Mon Sep 17 00:00:00 2001 From: Gregory Chanan Date: Fri, 2 Oct 2015 22:41:42 +0000 Subject: [PATCH] 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 --- solr/CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 16836dfa68f..7099162f22b 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -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.