You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2012/07/06 16:07:00 UTC

svn commit: r1358220 - /lucene/dev/trunk/solr/CHANGES.txt

Author: markrmiller
Date: Fri Jul  6 14:07:00 2012
New Revision: 1358220

URL: http://svn.apache.org/viewvc?rev=1358220&view=rev
Log:
CHANGES entry for SOLR-3563: Unloading all cores in a SolrCloud collection will now cause the removal of that collection's meta data from ZooKeeper.

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1358220&r1=1358219&r2=1358220&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Fri Jul  6 14:07:00 2012
@@ -67,6 +67,9 @@ Other Changes
 
 * SOLR-3475: solr.xml should default to persist=true (Mark Miller)
 
+* SOLR-3563: Unloading all cores in a SolrCloud collection will now cause the removal of
+  that collection's meta data from ZooKeeper. (Mark Miller, Per Steffensen)
+
 ==================  4.0.0-ALPHA ==================
 More information about this release, including any errata related to the 
 release notes, upgrade instructions, or other changes may be found online at:
@@ -134,7 +137,7 @@ Upgrading from Solr 3.6-dev
 
 * Due to low level changes to support SolrCloud, the uniqueKey field can no 
   longer be populated via <copyField/> or <field default=...> in the 
-  schema.xml.  Users wishing to have Solr automaticly generate a uniqueKey 
+  schema.xml.  Users wishing to have Solr automatically generate a uniqueKey 
   value when adding documents should instead use an instance of
   solr.UUIDUpdateProcessorFactory in their update processor chain.  See 
   SOLR-2796 for more details.