mirror of https://github.com/apache/lucene.git
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
This commit is contained in:
parent
ffd693605a
commit
1bb25c388d
|
@ -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 to see us in the down state if we are the node that must become
|
||||||
the leader. (Mark Miller)
|
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
|
Other Changes
|
||||||
----------------------
|
----------------------
|
||||||
|
|
Loading…
Reference in New Issue