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 2014/12/01 19:49:32 UTC

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

Author: shalin
Date: Mon Dec  1 18:49:32 2014
New Revision: 1642733

URL: http://svn.apache.org/r1642733
Log:
Moved back-ported items to 4.10.3 section

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=1642733&r1=1642732&r2=1642733&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Mon Dec  1 18:49:32 2014
@@ -276,14 +276,6 @@ Bug Fixes
 * SOLR-6631: DistributedQueue spinning on calling zookeeper getChildren()
   (Jessica Cheng Mallet, Mark Miller, Timothy Potter)
 
-* SOLR-2927: Solr does not unregister all mbeans upon exception in constructor
-  causing memory leaks. (tom liu, Sharath Babu, Cyrille Roy, shalin)
-
-* SOLR-6685: ConcurrentModificationException in Overseer Status API. (shalin)
-
-* SOLR-6706: /update/json/docs throws RuntimeException if a nested structure
-  contains a non-leaf float field (Noble Paul, shalin)
-
 * SOLR-6579:SnapPuller Replication blocks clean shutdown of tomcat
   (Philip Black-Knight via Noble Paul)
 
@@ -497,6 +489,18 @@ Bug Fixes
     * olap.* in AnalyticsComponent
   (Alexandre Rafalovitch & hossman)
 
+* SOLR-2927: Solr does not unregister all mbeans upon exception in constructor
+  causing memory leaks. (tom liu, Sharath Babu, Cyrille Roy, shalin)
+
+* SOLR-6685: ConcurrentModificationException in Overseer Status API. (shalin)
+
+* SOLR-6706: /update/json/docs throws RuntimeException if a nested structure
+  contains a non-leaf float field (Noble Paul, shalin)
+
+* SOLR-6610: Slow startup of new clusters because ZkController.publishAndWaitForDownStates
+  always times out. (Jessica Cheng Mallet, shalin, Noble Paul)
+
+
 ==================  4.10.2 ==================
 
 Bug FixesAnalyticsComponent