When session expired event fired?

2010-02-08 Thread neptune
Hi all. I have a question. I started zookeeper(3.2.2) on three servers. When session expired event fired in following code? I expected that if client can't connect to server(disconnected) for session timeout, zookeeper fires session expired event. I killed three zookeeper server sequentially

Re: When session expired event fired?

2010-02-08 Thread Patrick Hunt
that help? Thanks mahadev On 2/8/10 2:37 PM, neptune opennept...@gmail.com wrote: Hi all. I have a question. I started zookeeper(3.2.2) on three servers. When session expired event fired in following code? I expected that if client can't connect to server(disconnected) for session timeout

RE: When session expired event fired?

2010-02-08 Thread Benjamin Reed
, February 08, 2010 2:43 PM To: zookeeper-user@hadoop.apache.org Subject: Re: When session expired event fired? Hi, a zookeeper client does not expire a session until and unless it is able to connect to one of the servers. In your case if you kill all the servers, the client is not able to connect

Re: When session expired event fired?

2010-02-08 Thread Patrick Hunt
something. did i? ben -Original Message- From: Mahadev Konar [mailto:maha...@yahoo-inc.com] Sent: Monday, February 08, 2010 2:43 PM To: zookeeper-user@hadoop.apache.org Subject: Re: When session expired event fired? Hi, a zookeeper client does not expire a session until and unless

Re: When session expired event fired?

2010-02-08 Thread neptune
, February 08, 2010 2:43 PM To: zookeeper-user@hadoop.apache.org Subject: Re: When session expired event fired? Hi, a zookeeper client does not expire a session until and unless it is able to connect to one of the servers. In your case if you kill all the servers, the client is not able

Re: When session expired event fired?

2010-02-08 Thread Patrick Hunt
2:43 PM To: zookeeper-user@hadoop.apache.org Subject: Re: When session expired event fired? Hi, a zookeeper client does not expire a session until and unless it is able to connect to one of the servers. In your case if you kill all the servers, the client is not able to connect to any

Re: When session expired event fired?

2010-02-08 Thread Patrick Hunt
: Monday, February 08, 2010 2:43 PM To: zookeeper-user@hadoop.apache.org Subject: Re: When session expired event fired? Hi, a zookeeper client does not expire a session until and unless it is able to connect to one of the servers. In your case if you kill all the servers, the client is not able