Re: syncLimit explanation needed?

2010-03-18 Thread Benjamin Reed
yes it means in sync with the leader. syncLimit governs the timeout when 
a follower is actively following a leader. initLimit is the initial 
connection timeout. because there is the potential for more data that 
needs to be transmitted during the initial connection, we want to be 
able to manage the two timeouts differently.


ben

On 03/18/2010 11:48 AM, César Álvarez Núñez wrote:

Hi all,

I'm would like to get a better understanding of "syncLimit" configuration
property.

Accordingly to Administration Guide: "Amount of time, in ticks (see
tickTime),
to allow followers to sync with ZooKeeper. If followers fall too far behind
a leader, they will be dropped."

"...to sync with ZooKeeper" means "...to sync with Leader"? In this case,
which is the difference with "initLimit"?

BR,
/César.
   




syncLimit explanation needed?

2010-03-18 Thread César Álvarez Núñez
Hi all,

I'm would like to get a better understanding of "syncLimit" configuration
property.

Accordingly to Administration Guide: "Amount of time, in ticks (see
tickTime),
to allow followers to sync with ZooKeeper. If followers fall too far behind
a leader, they will be dropped."

"...to sync with ZooKeeper" means "...to sync with Leader"? In this case,
which is the difference with "initLimit"?

BR,
/César.