cheng created ZOOKEEPER-4908: -------------------------------- Summary: Zookeeper encountered an abnormal startup issue with jute.maxbuffer Key: ZOOKEEPER-4908 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4908 Project: ZooKeeper Issue Type: Improvement Components: jute Affects Versions: 3.6.2 Reporter: cheng
ZooKeeper encountered a jute.maxbuffer restriction issue while loading the database. The default size of the current jute.maxbuffer is 1MB (1048575 bytes), but the length displayed in the log is 2429535, which far exceeds this value, resulting in an Unreasonable leLength error. Does the official stance not recommend modifying the jute.maxbuffer parameter, or can the configuration of jute.maxbuffer be moderately increased? If adjustable, what is the recommended value -- This message was sent by Atlassian Jira (v8.20.10#820010)