From ea210933f5a94bcea8a61a2b9acd0c8579757a80 Mon Sep 17 00:00:00 2001 From: Mark Robert Miller Date: Wed, 18 Sep 2013 03:40:45 +0000 Subject: [PATCH] SOLR-5243: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1524288 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index a3aec79b7ea..90fd5f01caa 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -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 ----------------------