Yeah, I maybe the same problem! Maybe we misunderstand the initLimit and
syncLimit.Please check for me: 1. Leader will wait for follow 10*tickTime to do
such things: connect to leader, and sync the lasted data from leader. But, if
the time follow load snap data from local disk is included in 10*tickTime?
A: load snap data from local disk,
B: conn to leader
C: sync lasted data from leader.
Maybe, you can tell me, 10*tickTime includes which part?
A or B+C or A+B+C
2. While in runtime, if follow's state too far behind a leadr, even to
3*tickTime, the follow will be dropped.
Others, please check my understanding
> Date: Tue, 25 Sep 2012 03:48:47 -0700
> From: [email protected]
> To: [email protected]
> Subject: RE: About initLimit and syncLimit
>
> Hi,
>
> Even I am facing this issue. But I dont want to clean up the data
> directory, Is there any other way of solving this issue?? Please let me know
> as soon as possible.
>
> Regards,
> Ramachandra
>
>
>
> --
> View this message in context:
> http://zookeeper-user.578899.n2.nabble.com/Re-Zookeeper-cluster-failing-tp7577972p7577980.html
> Sent from the zookeeper-user mailing list archive at Nabble.com.