Apache > Hadoop > ZooKeeper
 

ZooKeeper 3.2.1 Release Notes

These release notes include new developer and user facing incompatibilities, features, and major improvements.

Note that there is a user visible semantic change to an existing API in the 3.2.0 release: ZOOKEEPER-444 "perms definition for PERMS_ALL differ in C and java", a bug fix which required a change to the JAVA definition of ALL to include ADMIN.

See 3.0 release notes and migration instructions if you are upgrading from version 2 of ZooKeeper (SourceForge) to version 3 or later.

Changes Since ZooKeeper 3.2.0

Changes Since ZooKeeper 3.2.0
Changes Since ZooKeeper 3.2.0
Issue Notes
Bug
ZOOKEEPER-238HostAuthenicationProvider should be removed
ZOOKEEPER-457Make ZookeeperMain public, support for HBase (and other) embedded clients
ZOOKEEPER-460bad testRetry in cppunit tests (hudson failure)
ZOOKEEPER-466crash on zookeeper_close() when using auth with empty cert
ZOOKEEPER-467Change log level in BookieHandle
ZOOKEEPER-468avoid compile warning in send_auth_info()
ZOOKEEPER-469make sure CPPUNIT_CFLAGS isn't overwritten
ZOOKEEPER-470include unistd.h for sleep() in c tests
ZOOKEEPER-475FLENewEpochTest failed on nightly builds.
ZOOKEEPER-477zkCleanup.sh is flaky
ZOOKEEPER-479QuorumHierarchical does not count groups correctly
ZOOKEEPER-480FLE should perform leader check when node is not leading and add vote of follower
ZOOKEEPER-481Add lastMessageSent to QuorumCnxManager
ZOOKEEPER-482ignore sigpipe in testRetry to avoid silent immediate failure
ZOOKEEPER-483ZK fataled on me, and ugly
ZOOKEEPER-484Clients get SESSION MOVED exception when switching from follower to a leader.
ZOOKEEPER-487setdata on root (/) crashes the servers.
ZOOKEEPER-490the java docs for session creation are misleading/incomplete
ZOOKEEPER-493patch for command line setquota
ZOOKEEPER-498Unending Leader Elections : WAN configuration
ZOOKEEPER-499electionAlg should default to FLE (3) - regression
ZOOKEEPER-501CnxManagerTest failed on hudson
ZOOKEEPER-508proposals and commits for DIFF and Truncate messages from the leader to followers is buggy.
ZOOKEEPER-509Truncating of logs does not work right at the followers.
ZOOKEEPER-514test failure on trunk in testCnxManager - NPE
ZOOKEEPER-518DEBUG message for outstanding proposals in leader should be moved to trace.
ZOOKEEPER-491Prevent zero-weight servers from being elected
Improvement
ZOOKEEPER-311handle small path lengths in zoo_create()
ZOOKEEPER-447zkServer.sh doesn't allow different config files to be specified on the command line
ZOOKEEPER-471update zkperl for 3.2.x branch