From e0dfdc65a6455f614e3029c1fbfabc3ff29f318f Mon Sep 17 00:00:00 2001 From: Mark Robert Miller Date: Tue, 19 Mar 2013 05:35:16 +0000 Subject: [PATCH] SOLR-4602: Move CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1458148 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 5ffc32eb455..c08c0811de6 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -94,9 +94,6 @@ Bug Fixes the DefaultAnalyzer (i.e. no analysis chain defined). (Erick Erickson) * SOLR-4311: Admin UI - Optimize Caching Behaviour (steffkes) - -* SOLR-4602: ZkController#unregister should cancel it's election participation - before asking the Overseer to delete the SolrCore information. (Mark Miller) * SOLR-4601: A Collection that is only partially created and then deleted will leave pre allocated shard information in ZooKeeper. (Mark Miller) @@ -197,6 +194,9 @@ Bug Fixes * SOLR-4599: CachingDirectoryFactory calls close(Directory) on forceNew if the Directory has a refCnt of 0, but it should call closeDirectory(CacheValue). (Mark Miller) + +* SOLR-4602: ZkController#unregister should cancel it's election participation + before asking the Overseer to delete the SolrCore information. (Mark Miller) Optimizations ----------------------