From 3375f5800fe489327751ac415c37b7c9d03bd2ee Mon Sep 17 00:00:00 2001 From: Mark Robert Miller Date: Sat, 28 Dec 2013 23:25:48 +0000 Subject: [PATCH] SOLR-5552: Add CHANGES entry SOLR-5569: Add CHANGES entry SOLR-5568: Add CHANGES entry git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1553970 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index a90c913018b..b037865c306 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -305,6 +305,16 @@ Bug Fixes * SOLR-5580: NPE when creating a core with both explicit shard and coreNodeName. (YouPeng Yang, Mark Miller) +* SOLR-5552: Leader recovery process can select the wrong leader if all replicas + for a shard are down and trying to recover as well as lose updates that should + have been recovered. (Timothy Potter, Mark Miller) + +* SOLR-5569 A replica should not try and recover from a leader until it has + published that it is ACTIVE. (Mark Miller) + +* SOLR-5568 A SolrCore cannot decide to be the leader just because the cluster + state says no other SolrCore's are active. (Mark Miller) + Optimizations ----------------------