Re: thread leak problem

2012-03-18 Thread Justyanzi Lin
Hi Patrick, Sorry for send mail repeated first. Yes, you're right ! I run zookeeper on windows platform . Compiler is VC 2010. And I usinng zookeeper version 3.4.3. The following configuration I used in zookeeper server. tickTime=2000 initLimit=10 syncLimit=5 da

Re: thread leak problem

2012-03-17 Thread Patrick Hunt
Hi Justyanzi, You saw my response on March 6th? (perhaps you didn't subscribe to the list prior to this?) See: http://markmail.org/message/xvovco2yf77n6ooq Patrick On Fri, Mar 16, 2012 at 9:39 PM, Justyanzi Lin wrote: > I using zookeeper C API. And I modify cli.c let it only run a for-loop. >

Re: Thread leak problem

2012-03-06 Thread Ted Dunning
If you were able to connect to a 1 out of 3 servers, then you have a very serious problem since that isn't enough machines to form a quorum. I suspect you have a configuration error. On Tue, Mar 6, 2012 at 9:08 AM, Patrick Hunt wrote: > This is windows I take it? What version of zk was used, wh

Re: Thread leak problem

2012-03-06 Thread Patrick Hunt
This is windows I take it? What version of zk was used, what compiler was used, etc... those sorts of details would be helpful to nail this down. Windows (visual studio) support is relatively new, perhaps the threads are not being closed down properly for some reason. Do the logs give any indicatio