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 2014/10/13 18:44:35 UTC

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

Author: thelabdude
Date: Mon Oct 13 16:44:34 2014
New Revision: 1631467

URL: http://svn.apache.org/r1631467
Log:
SOLR-6592: add mention in solr/CHANGES.txt

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=1631467&r1=1631466&r2=1631467&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Mon Oct 13 16:44:34 2014
@@ -303,6 +303,9 @@ Other Changes
 * SOLR-5852: Add CloudSolrServer helper method to connect to a ZK ensemble. (Varun Thacker, Furkan KAMACI,
   Shawn Heisey, Mark Miller, Erick Erickson via shalin)
 
+* SOLR-6592: Avoid waiting for the leader to see the down state if that leader is not live.
+  (Timothy Potter)
+
 ==================  4.10.1 ==================
 
 Bug Fixes