You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "dong.yajun" <do...@gmail.com> on 2014/07/04 11:40:05 UTC

(info) there was a delay in deletion of EPHEMERAL znode in zookeeper

Hi,

I want to know the EPHEMERAL znode get deleted has a delay about 30s in
zookeeper ?


In out hbase cluster, If an active master is down, the hmaster will be
started from the standby master which take over the active role in about
30s, is this normal ?


-- 
*Ric Dong*

Re: (info) there was a delay in deletion of EPHEMERAL znode in zookeeper

Posted by Ted Yu <yu...@gmail.com>.
Looks like you are using 0.94.x

See HBASE-5926 Delete the master znode after a master crash

Cheers


On Fri, Jul 4, 2014 at 3:16 PM, Ric Dong <do...@gmail.com> wrote:

> > Hi,
> >
> > I want to know the EPHEMERAL znode get deleted has a delay about 30s in
> zookeeper ?
> >
> >
> > In out hbase cluster, If an active master is down, the hmaster will be
> started from the standby master which take over the active role in about
> 30s, is this normal ?
> >
>
>

Fwd: (info) there was a delay in deletion of EPHEMERAL znode in zookeeper

Posted by Ric Dong <do...@gmail.com>.
> Hi,
> 
> I want to know the EPHEMERAL znode get deleted has a delay about 30s in zookeeper ?
> 
> 
> In out hbase cluster, If an active master is down, the hmaster will be started from the standby master which take over the active role in about 30s, is this normal ?
> 


Re: (info) there was a delay in deletion of EPHEMERAL znode in zookeeper

Posted by Camille Fournier <ca...@apache.org>.
Yes the ephemeral node will generally be deleted after the session timeout
which is probably configured to 30s in your cluster. This link talks about
hbase zookeeper configs:

https://hbase.apache.org/book/important_configurations.html


C
On Jul 4, 2014 1:25 PM, "dong.yajun" <do...@gmail.com> wrote:

> Hi,
>
> I want to know the EPHEMERAL znode get deleted has a delay about 30s in
> zookeeper ?
>
>
> In out hbase cluster, If an active master is down, the hmaster will be
> started from the standby master which take over the active role in about
> 30s, is this normal ?
>
>
> --
> *Ric Dong*
>