Tested the release: - unpacked source tarball, run mvn clean install - run ZooKeeper from bin and Cli tool, tried basic commands - unpacked binary tarball - run ZooKeeper and tried basic commands - Checked jars in libs and their license files. Note that there are new dependencies since 3.5.4. jdiff is also missing, which is intentional. It is not maintained anymore, the stable version we keep comparing tha API was hardcoded as 3.1.1 - I don't think it made much sense anymore.
Enrico pointed out that we need root directory in the tarballs, so RC1 is still -1, but from my side, looks like we only need to fix that (which already has a PR: https://github.com/apache/zookeeper/pull/893 ) Justin - thanks for volunteering, possibly you can do your tests on an RC2 in the weekend ;) ( But there shouldn't be any code change between RC1 and RC2 ) Best regards, Norbert On Thu, Apr 4, 2019 at 3:56 AM Justin Ling Mao <[email protected]> wrote: > A good news!!! A long time to have a stable version. > I volunteer to do the following test this weekend. > 1.a jepsen test to check the consistency. > 2.a namazu fuzzy test to check the stablibity.(which will doc this > test tool in ZOOKEEPER-3343.). > 3.a test for the zkCli.sh > ----- Original Message ----- > From: Andor Molnar <[email protected]> > To: DevZooKeeper <[email protected]> > Subject: [VOTE] Apache ZooKeeper release 3.5.5 candidate 1 > Date: 2019-04-03 20:49 > > > This is the first stable release of 3.5 branch: 3.5.5. It resolves 116 > issues, including Maven migration, Quorum TLS, TTL nodes and lots of other > performance and stability improvements. > The full release notes is available at: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801&version=12343268 > *** Please download, test and vote by April 10th 2019, 23:59 UTC+0. *** > Source files: > https://dist.apache.org/repos/dist/dev/zookeeper/zookeeper-3.5.5-rc1/ > Maven staging repos: > > https://repository.apache.org/content/groups/staging/org/apache/zookeeper/parent/3.5.5/ > > https://repository.apache.org/content/groups/staging/org/apache/zookeeper/zookeeper-jute/3.5.5/ > > https://repository.apache.org/content/groups/staging/org/apache/zookeeper/zookeeper/3.5.5/ > The release candidate tag in git to be voted upon: release-3.5.5-rc1 > ZooKeeper's KEYS file containing PGP keys we use to sign the release: > http://www.apache.org/dist/zookeeper/KEYS > Should we release this candidate? >
