From 7bb2b748c10cc87750a22fdd0c1c3d60ef453340 Mon Sep 17 00:00:00 2001 From: Mark Robert Miller Date: Mon, 30 Dec 2013 00:52:04 +0000 Subject: [PATCH] SOLR-4709: Move CHANGES to 4.6.1 git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1554119 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 39f6fef5e3d..99f2fd55ea6 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -152,9 +152,6 @@ Bug Fixes * SOLR-5481: SolrCmdDistributor should not let the http client do it's own retries. (Mark Miller) -* SOLR-4709: The core reload after replication if config files have changed - can fail due to a race condition. (Mark Miller, Hossman)) - * LUCENE-5347: Fixed Solr's Zookeeper Client to copy files to Zookeeper using binary transfer. Previously data was read with default encoding and stored in zookeeper as UTF-8. This bug was found after upgrading to forbidden-apis @@ -325,6 +322,9 @@ Bug Fixes ZkCmdExecutor#ensureExists to ensure their election paths are properly created. (Mark Miller) +* SOLR-4709: The core reload after replication if config files have changed + can fail due to a race condition. (Mark Miller, Hossman)) + Optimizations ----------------------