The problem is that if you create tons of ephemeral nodes, e.g. over a million, and then session closed, the leader will create a giant packet of closeSession transaction and send to follower. If the follower does not have a large enough buffer, say default setting for jute.maxBuffer is 1MB, and the packet is way larger than that, the follower will fail to read from the stream and then it will shutdown. Is this a know bug for zookeeper?
-- Sent from: http://zookeeper-user.578899.n2.nabble.com/
