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
i DO get the correct result if i use '/0' as the path, but i'm not sure if this is safe to do; what happens when the sequential id wraps? does it just get another digit?
this looks like an upstream bug, since i was able to reproduce it with just the zookeeper gem. no sense looking at it here, so closing in favor of zk-ruby/zookeeper#58
lets say that i want to create a series of ephemeral nodes that look like this:
/test/service/00001
,/test/service/00002
, etc...first, i can't set my chroot to
/test/service/
:so, i'll leave out the trailing slash:
however, this node is not under the
/test/service
dir, it's under/test
and is called/test/service00000000001
:the same situation occurs if i try to use
'/'
as the path:i DO get the correct result if i use
'/0'
as the path, but i'm not sure if this is safe to do; what happens when the sequential id wraps? does it just get another digit?The text was updated successfully, but these errors were encountered: