|
From: Benjamin R. <br...@ya...> - 2008-05-27 23:27:36
|
It is supported. We run a lot of unit tests that way. Is it possible that the
machine is simply getting overloaded. (Especially with respect to disk
activity?) You have a rather large timeout, so the machine would really need
to be getting swamped.
ben
On Friday 23 May 2008 13:00:02 Juan Ramirez wrote:
> A piece of info I left out which appears to be relevant is that I was
> running the standalone server and its client on the same machine.
> Perhaps this is not supported? I am not seeing the problem in a
> clustered deployment with 5 zookeeper instances.
>
> Thanks,
>
> Juan
>
> Juan Ramirez wrote:
> > Mahadev Konar wrote:
> >> Hi Juan,
> >> Can you tell us what you are doing in your client code and when you
> >> see this problem?
> >
> > Hi, Mahadev. It seems to happen when attempting to create a new node.
> > Might be a timing issue because it does not happen all the time. The
> > client code where this happens is quite simple:
> >
> > if (keeper.exists(path, false) == null) {
> > file = keeper.create(path, "hello".getBytes(),
> > ZooDefs.Ids.OPEN_ACL_UNSAFE, flags);
> >
> > >You are running with a standalone zookeeper server
> >>
> >> right?
> >
> > Correct.
> >
> > Thanks,
> >
> > Juan
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > Zookeeper-user mailing list
> > Zoo...@li...
> > https://lists.sourceforge.net/lists/listinfo/zookeeper-user
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Zookeeper-user mailing list
> Zoo...@li...
> https://lists.sourceforge.net/lists/listinfo/zookeeper-user
|