SOLR-4602: Move CHANGES entry.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1458148 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-03-19 05:35:16 +00:00
parent 09af43986a
commit e0dfdc65a6
1 changed files with 3 additions and 3 deletions

View File

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