You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2013/05/10 08:05:24 UTC

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

Author: shalin
Date: Fri May 10 06:05:23 2013
New Revision: 1480888

URL: http://svn.apache.org/r1480888
Log:
Move bug fixes to 4.3.1 changelog

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=1480888&r1=1480887&r2=1480888&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Fri May 10 06:05:23 2013
@@ -96,18 +96,6 @@ Bug Fixes
 * SOLR-4616: HitRatio on caches is now exposed over JMX MBeans as a float.
   (Greg Bowyer)
 
-* SOLR-4795: Sub shard leader should not accept any updates from parent after
-  it goes active (shalin)
-
-* SOLR-4798: shard splitting does not respect the router for the collection
-  when executing the index split.   One effect of this is that documents
-  may be placed in the wrong shard when the default compositeId router
-  is used in conjunction with IDs containing "!". (yonik)
-
-* SOLR-4797: Shard splitting creates sub shards which have the wrong hash
-  range in cluster state. This happens when numShards is not a power of two
-  and router is compositeId. (shalin)
-
 * SOLR-4803: Fixed core discovery mode (ie: new style solr.xml) to treat 
   'collection1' as the default core name. (hossman)
 
@@ -154,6 +142,18 @@ Detailed Change List
 Bug Fixes
 ----------------------
 
+* SOLR-4795: Sub shard leader should not accept any updates from parent after
+  it goes active (shalin)
+
+* SOLR-4798: shard splitting does not respect the router for the collection
+  when executing the index split.   One effect of this is that documents
+  may be placed in the wrong shard when the default compositeId router
+  is used in conjunction with IDs containing "!". (yonik)
+
+* SOLR-4797: Shard splitting creates sub shards which have the wrong hash
+  range in cluster state. This happens when numShards is not a power of two
+  and router is compositeId. (shalin)
+
 Other Changes
 ----------------------