You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running zk.mkdir_p("/foo/bar") in an empty zookeeper tree an NoNode-exception is thrown, but it's not caught in the handler, so no recursion is performed. It is possible to use it to create a single new level (mkdir_p("/foo")), mimicing the behavior of create.
This is on jruby 1.7.0-preview1 and 2.
The text was updated successfully, but these errors were encountered:
This is tested in the unit tests, though I haven't run it with 1.7.0. Can
you try with 1.6.7? I don't think 1.7 is stable yet
On Tuesday, August 28, 2012, ghallberg wrote:
When running zk.mkdir_p("/foo/bar") in an empty zookeeper tree an
NoNode-exception is thrown, but it's not caught in the handler, so no
recursion is performed. It is possible to use it to create a single new
level (mkdir_p("/foo")), mimicing the behavior of create.
This is on jruby 1.7.0-preview1 and 2.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/45.
When running zk.mkdir_p("/foo/bar") in an empty zookeeper tree an NoNode-exception is thrown, but it's not caught in the handler, so no recursion is performed. It is possible to use it to create a single new level (mkdir_p("/foo")), mimicing the behavior of create.
This is on jruby 1.7.0-preview1 and 2.
The text was updated successfully, but these errors were encountered: