Skip to content

Len error? #227

Answered by afs
tmadeytq asked this question in Q&A
May 8, 2023 · 3 comments
Discussion options

You must be logged in to vote

Hi @tmadeytq -- The size is a zookeeper setting, https://zookeeper.apache.org/doc/r3.7.1/zookeeperAdmin.html , system property: jute.maxbuffer

"When jute.maxbuffer in the client side is greater than the server side, the client wants to write the data exceeds jute.maxbuffer in the server side, the server side will get java.io.IOException: Len error"

It must the same setting on all servers; all the server have to be changed together and
it must not be decreased (without resetting zookeeper to empty).

The all-Zookeeper solution, including storing the patches in Zk, is limited. While convenient, it isn't what ZooKeeper is designed for. Restart will probably get slower over time, and there may…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tmadeytq
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants