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:50:14 UTC

svn commit: r1642734 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/CHANGES.txt

Author: shalin
Date: Mon Dec  1 18:50:13 2014
New Revision: 1642734

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

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_5x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/CHANGES.txt?rev=1642734&r1=1642733&r2=1642734&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_5x/solr/CHANGES.txt Mon Dec  1 18:50:13 2014
@@ -242,14 +242,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)
 
@@ -445,6 +437,18 @@ Bug Fixes
 * SOLR-6510: The collapse QParser would throw a NPE when used on a DocValues field on
   an empty segment/index. (Christine Poerschke, David Smiley)
 
+* 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 Fixes