-
Notifications
You must be signed in to change notification settings - Fork 67
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
zookeeper cluster error:java.io.IOException: Packet len4194475 is out of range #76
Comments
Hi this error is make by zk, how many children node in __vertx.subs? You can also set system properties of zookeeper by |
@stream1984 |
The frequent establishment and shutdown of websockets leads to frequent zookeeper operations (building child nodes and deleting child nodes). |
Hi |
when i use zookeeper cluster,i got the error: java.io.IOException: Packet len4194475 is out of range
why asyncMultiMap node has so many sub nodes?ZK node default max size is 4M,asyncMultiMap node was larger than 4M.
when i create a eventbus consumer or create a weboscket,asyncMultiMap will add a sub node....
does the sub node really nesscessary?
The text was updated successfully, but these errors were encountered: