Re: Please disregard -> Re: Exception on close of connection (WAS -> Re: c client on win32)

2009-11-20 Thread stack
I think now I can explain the session expirations; hbase cilents especially up in a map/reduce task can exit without closing the zk session. Will fix. St.Ack On Fri, Nov 20, 2009 at 4:45 PM, Patrick Hunt wrote: > Yes, right, that's what I meant to say - what is causing the client to > "die", th

Re: Please disregard -> Re: Exception on close of connection (WAS -> Re: c client on win32)

2009-11-20 Thread Patrick Hunt
Yes, right, that's what I meant to say - what is causing the client to "die", throwing read error on the server side, and then later you end up with the session expiration because the client was not closed gracefully. (thanks mahadev) Patrick Mahadev Konar wrote: That should be the case sinc

Re: Please disregard -> Re: Exception on close of connection (WAS -> Re: c client on win32)

2009-11-20 Thread Mahadev Konar
That should be the case since the server gets an exception reading from the socket - meaning the client went away (not gracefully) and that leads the server to expire the session in 30 seconds. mahadev On 11/20/09 4:35 PM, "Patrick Hunt" wrote: > Oops too late. ;-) > > I'm perplexed as to why

Re: Please disregard -> Re: Exception on close of connection (WAS -> Re: c client on win32)

2009-11-20 Thread Patrick Hunt
Oops too late. ;-) I'm perplexed as to why you see all these expirations though. Are you killing your clients, ie not cleaning up the ZK session gracefully via close()? Patrick stack wrote: Please disregard. Sorry for the noise (Patrick, of note, I am seeing this session timeout on a cluste

Re: Exception on close of connection (WAS -> Re: c client on win32)

2009-11-20 Thread Patrick Hunt
stack wrote: On Fri, Nov 20, 2009 at 4:22 PM, stack wrote: Is it correct that an error at this stage throws out all connected sessions? No, it's unrelated. Notice that the 00790 only shows up once. It's a co-incidence that the other sessions are all expiring. also notice that 0x1250f26319f0

Please disregard -> Re: Exception on close of connection (WAS -> Re: c client on win32)

2009-11-20 Thread stack
Please disregard. Sorry for the noise (Patrick, of note, I am seeing this session timeout on a cluster other than Zhenyus). St.Ack On Fri, Nov 20, 2009 at 4:24 PM, stack wrote: > Sorry, I had a bad subject on the below question. > St.Ack > > On Fri, Nov 20, 2009 at 4:22 PM, stack wrote: > >> Be

Exception on close of connection (WAS -> Re: c client on win32)

2009-11-20 Thread stack
Sorry, I had a bad subject on the below question. St.Ack On Fri, Nov 20, 2009 at 4:22 PM, stack wrote: > Below an excerpt from a single node zk quorum that was at heart of a small > hbase cluster. Unfortunately the log is not at DEBUG level (I've asked the > gentleman to up the log level meanti