Re: Gui for zk

2014-01-13 Thread Anthony Barré
There is a GUI for zk called zooinspector. This GUI is a bit slow.
I would suggest you to improve this project rather than creating a new one.

Regards,


2014/1/13 Rakesh R 

> Also, it would be good if you can prepare document describing the idea and
> post it. So will help to get early feedback and responses.
>
> Best wishes:)
>
> -Rakesh
>
> -Original Message-
> From: Rumesh Eranga [mailto:rehrum...@gmail.com]
> Sent: 12 January 2014 01:20
> To: dev@zookeeper.apache.org
> Subject: Re: Gui for zk
>
> Thank you Rakesh four your suggestions.
>
> First of all I will start with couple of mockups. As soon as they are done
> I'll post them here so that everyone could comment their ideas.Then with
> the help of community will come-up with a good GUI.
>
> Also I want it to be cross platform.
>
> Rumesh
>
> On 1/11/14, Rakesh R  wrote:
> > Nice thought.
> >
> > It would be great if you can give more explanation about the idea and
> > the motivation.
> >
> > If such a GUI is coming up, following are just my thoughts and will be
> > interested to have:
> >
> > 1) MyId and host details of each server
> > 2) server status - STANDALONE/LEADER/FOLLOWER/OBSERVER/READONLY etc
> > 3) Current transaction ID
> > 4) Client details which has connected to my server
> > 5) ZNode hierarchy
> > 6) Watches information on a znode
> > 7) Likely to have link to ZooKeeper server logs
> > 8) Also, proper authentication in place
> > 9) Also, would be helpful to see heap memory related info.
> >
> > -Rakesh
> >
> > -Original Message-
> > From: Rumesh Eranga [mailto:rehrum...@gmail.com]
> > Sent: 11 January 2014 07:07
> > To: dev@zookeeper.apache.org
> > Subject: Gui for zk
> >
> > Hi,
> >
> > I would like to create a gui for zk. I was hoping to develop it using
> java.
> > Anyone got any suggestion on what to add??
> >
> > Rumesh eranga
> >
>



-- 






*Anthony BARREEquipe fasterizesupp...@fasterize.com
---Suivez nous
sur Twitter: @Fasterize*


Re: zookeeper_interest returning ZOK on Connection Loss

2013-03-27 Thread Anthony Barré
I would like to reopen this thread.

The fact that no event ZOO_EXPIRED_SESSION_STATE is triggered after a
certain amount of time when the server is offline is a serious problem.

In my company, we also using the c client in a single thread (as part of
the node-zookeeper module) but we decided to use the patched version
created by yunong to deal with this problem of session expiration.

What is blocking the integration of the patch proposed by yunoung ? This
patch has a great value for us.

Anthony.