-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Is there a ZooKeeper recursive path create function utils? #207
Comments
Hi @rquinlivan, It appears that we no longer use And, I just tried manually using |
@rquinlivan, is this something you would be interested in fixing via a pull request? |
Sure I will put a PR together |
Hi @rquinlivan are you still working on this? |
@anukul given how long its been, I think it's safe for you to take a crack at it. |
Do you still need help here? If you are, I wanna look at it |
Hello,
I am working with the
ZkAsyncSemaphore
under zk-utils and I found that I need to pre-create the znodes in ZooKeeper or an exception will be thrown. Is there a defined utility function to do this? I found one in the commons library but it uses an older client.EDIT:
Upon investigation, it seems that there is a function
safeCreate
within the semaphore that is meant to create the path for you. However, it doesn't seem to be working. I get aNoNode
error from ZooKeeper.The text was updated successfully, but these errors were encountered: