RE: A question about Connection timed out and operation timeout

2009-08-20 Thread Benjamin Reed
are you using the single threaded or multithreaded C library? the exceeded deadline message means that our thread was supposed to get control after a certain period, but we got control that many milliseconds late. what is your session timeout? ben

Re: A question about Connection timed out and operation timeout

2009-08-20 Thread Qian Ye
Hi Ben: I used multi-thread library, and the session timeout is set to 2000 when the zookeeper handler was initialized. On Thu, Aug 20, 2009 at 9:52 PM, Benjamin Reed br...@yahoo-inc.com wrote: are you using the single threaded or multithreaded C library? the exceeded deadline message means

Re: A question about Connection timed out and operation timeout

2009-08-20 Thread Patrick Hunt
Hi Qian, it would good if you could create a jira for this: https://issues.apache.org/jira/browse/ZOOKEEPER include both the client logs and the server logs (for overlapping client/server time period where you see the problem). also the server config if you're using a quorum vs standalone. If