Running zookeeper 3.3.3. I have a znode that I am just trying to list, via the CLI, as in:
ls /myznode/subznode
This crashes with an IOException in org.apache.ClientCnxn$SendThread.readLength at line 710.
Anyone seen this?? Someone suggested that maybe bad data is in the znode. Not sure if, or how... but I cannot delete it either, as it has something in it.
JVMFLAGS="$JVMFLAGS -Djute.maxbuffer=49107800 zkCli.sh ...
, no editing required. – Macintyre