Hi folks, I am keeping an eye on issues that the community tagged with fixVersion = 3.6.0
This is the JIRA filter: https://issues.apache.org/jira/issues/?jql=project%20%3D%20ZooKeeper%20%20and%20fixVersion%20%20%3D%203.6.0%20and%20resolution%20is%20EMPTY%20 We have 3 pending works: 1) https://issues.apache.org/jira/browse/ZOOKEEPER-3301 Enforce Quota limit (by Mao Ling) 2) https://issues.apache.org/jira/browse/ZOOKEEPER-3512 Real time data integrity check during broadcast time (by Fangmin) 3) https://issues.apache.org/jira/browse/ZOOKEEPER-1112 Add support for C client for SASL authentication (by Damien Diederen) This is my point of view: Patch 1) introduces wire protocol changes (new RC), it is a big work and we are not ready to ship it, so I would defer to 3.7.0. Patch 2) Micheal Han and me have already reviewed it, but it is waiting for last ack from Andor , and it will need one last rebase (I am sorry Fangmin) Patch 3) is big, and it needs careful reviews from C guys. So my proposal is to: - move 1) and 3) to 3.7.0 - wait for 2) Once 2) lands to branch-3.6 I will run the build. It would be super great If you have time to build branch-3.6 and test it, expecially manual tests about new features. This is the link to the draft of the release notes: https://github.com/apache/zookeeper/blob/branch-3.6/zookeeper-docs/src/main/resources/markdown/releasenotes.md Best regards Enrico
