You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2015/05/18 23:27:28 UTC

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

Author: thelabdude
Date: Mon May 18 21:27:27 2015
New Revision: 1680106

URL: http://svn.apache.org/r1680106
Log:
SOLR-7503: move changes text to bug fixes section was in other changes

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=1680106&r1=1680105&r2=1680106&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Mon May 18 21:27:27 2015
@@ -285,6 +285,11 @@ Bug Fixes
 * SOLR-7545: Honour SOLR_HOST parameter with bin/solr{,.cmd}
   (Ishan Chattopadhyaya via Ramkumar Aiyengar)
 
+* SOLR-7503: Recovery after ZK session expiration should happen in parallel for all cores
+  using the thread-pool managed by ZkContainer instead of a single thread.
+  (Jessica Cheng Mallet, Timothy Potter, shalin, Mark Miller)
+
+
 Optimizations
 ----------------------
 
@@ -393,10 +398,6 @@ Other Changes
   ZkCmdExecutor#ensureExists as they were doing the same thing. Also ZkCmdExecutor#ensureExists now respects the
   CreateMode passed to it. (Varun Thacker)
 
-* SOLR-7503: Recovery after ZK session expiration should happen in parallel for all cores
-  using the thread-pool managed by ZkContainer instead of a single thread.
-  (Jessica Cheng Mallet, Timothy Potter, shalin, Mark Miller)
-
 ==================  5.1.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release