When I do execute the folloiwing code :

String pathCreated = zk.create(createPath, new byte[0], Ids.OPEN_ACL_UNSAFE,
(CreateFlags.SEQUENCE  | CreateFlags.EPHEMERAL) );


It seems to fail silently w/o reporting any errors. I mean I have a log
statement after this line which never shows up. However it works if I
execute it via the debugger. Any ideas as to what might be happening?

Thanks
A
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Zookeeper-user mailing list
Zookeeper-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/zookeeper-user

Reply via email to