I was able to work around this by increasing the max size of my listing call.
I added the "-Djute.maxbuffer=50111000" to my zkCli.sh script so that it started the client using the following line:
$JAVA "-Dzookeeper.log.dir=${ZOO_LOG_DIR}" "-Dzookeeper.root.logger=${ZOO_LOG4J_PROP}" \
"-Djute.maxbuffer=49107800" -cp "$CLASSPATH" $CLIENT_JVMFLAGS $JVMFLAGS \
org.apache.zookeeper.ZooKeeperMain "$@"
I was then able to list & use rmr /big/node
所有评论(0)