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 ----------------------