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
This commit is contained in:
Mark Robert Miller 2013-12-28 23:25:48 +00:00
parent c3f2a19022
commit 3375f5800f
1 changed files with 10 additions and 0 deletions

View File

@ -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
----------------------