Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
ZooKeeperServer.java
if (intBufferStartingSizeBytes < 32) { String msg = "Buffer starting size must be greater than 0." + "Configure with \"-Dzookeeper.intBufferStartingSizeBytes=<size>\" "; LOG.error(msg); throw new IllegalArgumentException(msg); }
Actually the size must be greater or equal to 32