You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2013/09/18 05:40:45 UTC

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

Author: markrmiller
Date: Wed Sep 18 03:40:45 2013
New Revision: 1524288

URL: http://svn.apache.org/r1524288
Log:
SOLR-5243: CHANGES entry.

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=1524288&r1=1524287&r2=1524288&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Wed Sep 18 03:40:45 2013
@@ -271,6 +271,9 @@ Bug Fixes
   in zookeeper mode to avoid deadlocks due to replicas waiting for other replicas
   to come up. (yonik)
 
+* SOLR-5243: Killing a shard in one collection can result in leader election in a different 
+  collection if they share the same coreNodeName. (yonik, Mark Miller)
+
 Optimizations
 ----------------------