zookeeper exception

View: New views
4 Messages — Rating Filter:   Alert me  

zookeeper exception

by Ananth Sarathy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Anyone have any ideas on why I am getting a session expired?

http://pastebin.com/m71c06d35

Ananth T Sarathy

Re: zookeeper exception

by Jean-Daniel Cryans-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This seems to be client-side, could it be that you are GCing? In any
case you might want to set zookeeper.session.timeout to a high value
like 120000 when configuring your HTable.

J-D

On Tue, Oct 27, 2009 at 9:15 AM, Ananth T. Sarathy
<ananth.t.sarathy@...> wrote:
> Anyone have any ideas on why I am getting a session expired?
>
> http://pastebin.com/m71c06d35
>
> Ananth T Sarathy
>

Re: zookeeper exception

by Ananth Sarathy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

GCing?

Ananth T Sarathy


On Tue, Oct 27, 2009 at 12:18 PM, Jean-Daniel Cryans <jdcryans@...>wrote:

> This seems to be client-side, could it be that you are GCing? In any
> case you might want to set zookeeper.session.timeout to a high value
> like 120000 when configuring your HTable.
>
> J-D
>
> On Tue, Oct 27, 2009 at 9:15 AM, Ananth T. Sarathy
> <ananth.t.sarathy@...> wrote:
> > Anyone have any ideas on why I am getting a session expired?
> >
> > http://pastebin.com/m71c06d35
> >
> > Ananth T Sarathy
> >
>

Re: zookeeper exception

by Jean-Daniel Cryans-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Garbage Collecting. By default if your client doesn't have
hbase-default.xml on it's classpath then it has a 10 seconds timeout
so anything that blocks the JVM for that time will expire your
session. BTW I fixed it in the branch of 0.20 and trunk so the next
releases it will be same number as in hbase-default.xml (60 sec).

J-D

On Tue, Oct 27, 2009 at 9:25 AM, Ananth T. Sarathy
<ananth.t.sarathy@...> wrote:

> GCing?
>
> Ananth T Sarathy
>
>
> On Tue, Oct 27, 2009 at 12:18 PM, Jean-Daniel Cryans <jdcryans@...>wrote:
>
>> This seems to be client-side, could it be that you are GCing? In any
>> case you might want to set zookeeper.session.timeout to a high value
>> like 120000 when configuring your HTable.
>>
>> J-D
>>
>> On Tue, Oct 27, 2009 at 9:15 AM, Ananth T. Sarathy
>> <ananth.t.sarathy@...> wrote:
>> > Anyone have any ideas on why I am getting a session expired?
>> >
>> > http://pastebin.com/m71c06d35
>> >
>> > Ananth T Sarathy
>> >
>>
>