Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The test does not completely delete znodes under /zkTest #10

Open
priancho opened this issue Oct 16, 2014 · 1 comment
Open

The test does not completely delete znodes under /zkTest #10

priancho opened this issue Oct 16, 2014 · 1 comment

Comments

@priancho
Copy link

After I ran asynchronous test, I found that there is /zkTest znode and many child znodes.
It would be nice to delete the /zkTest node after the test finishes.

@anvinjain
Copy link

In case someone else is also stuck like I was when deleting the zkTest node (rmr from zkCli).
The delete fails because jute.maxbuffer default is not sufficient.

Run CLIENT_JVMFLAGS="-Djute.maxbuffer=10485760" ./zkCli.sh and then execute rmr /zkTest
You may have to further increase the maxbuffer if delete is partial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants