From 1bb25c388d8418e0e17d82ddad53f5524e8943b5 Mon Sep 17 00:00:00 2001 From: Mark Robert Miller Date: Sun, 30 Dec 2012 06:18:37 +0000 Subject: [PATCH] SOLR-4245: When a core is registering with ZooKeeper, the timeout to find the leader in the cluster state is 30 seconds rather than leaderVoteWait + extra time. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1426898 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index de413cff9d7..1e37dfbb423 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -412,6 +412,10 @@ Bug Fixes the leader to see us in the down state if we are the node that must become the leader. (Mark Miller) +* SOLR-4245: When a core is registering with ZooKeeper, the timeout to find the + leader in the cluster state is 30 seconds rather than leaderVoteWait + extra + time. (Mark Miller) + Other Changes ----------------------