Re: [VOTE] Apache ZooKeeper 3.6.2 candidate 1

2020-09-04 Thread Michael Han
+1, with two minor issues: There is one unit test deterministically failing for me locally on mac: MultipleAddressesTest.testGetValidAddressWithNotValid Expected exception: java.net.NoRouteToHostException Also missing a couple of items in release notes: ZOOKEEPER-3794, ZOOKEEPER-3797,

Re: [VOTE] Apache ZooKeeper 3.6.2 candidate 1

2020-09-04 Thread Patrick Hunt
+1. xsum/sig validate. RAT ran clean. Was able to build and do manual testing with various ensemble sizes successfully. lgtm. Patrick On Fri, Sep 4, 2020 at 6:01 AM Enrico Olivelli wrote: > This is a release candidate for 3.6.2. > > It is a minor release and it fixes a few critical issues and

[jira] [Created] (ZOOKEEPER-3927) ZooKeeper Client Fault Tolerance Extensions

2020-09-04 Thread Josh Slocum (Jira)
Josh Slocum created ZOOKEEPER-3927: -- Summary: ZooKeeper Client Fault Tolerance Extensions Key: ZOOKEEPER-3927 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3927 Project: ZooKeeper

Re: [CANCEL] [VOTE] Apache ZooKeeper release 3.6.2 candidate 0

2020-09-04 Thread Patrick Hunt
On Fri, Sep 4, 2020 at 4:47 AM Enrico Olivelli wrote: > I am cancelling this VOTE. > > I will send RC1 soon, the problem about license files has been fixed. > > The cli issue is 100% reproducible for me with 3.6/3.5 but not 3.4. I tried a bunch of other stuff (turned off vpn, etc...) with no

Re: [VOTE] Apache ZooKeeper 3.6.2 candidate 1

2020-09-04 Thread Ted Dunning
I did the following (minimal) checks: * downloaded binary distro * started single node ZK cluster * verified simple operations in zkCli * verified no lag in typing on OSX using JDK 12 * verified checksum and signature * downloaded source distro * verified that compile and packaging succeeded *

[VOTE] Apache ZooKeeper 3.6.2 candidate 1

2020-09-04 Thread Enrico Olivelli
This is a release candidate for 3.6.2. It is a minor release and it fixes a few critical issues and brings a few dependencies upgrades. The full release notes is available at: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801=12347809 *** Please download, test and vote

Re: Test flakiness (was: [VOTE] Apache ZooKeeper release 3.6.2 candidate 0)

2020-09-04 Thread Enrico Olivelli
Damien you can use -Dsurefire-forkcount=1 in order to run only one test at a time. This should reduce flakiness Enrico Il giorno gio 3 set 2020 alle ore 21:37 Damien Diederen < ddiede...@sinenomine.net> ha scritto: > > Hi Enrico, all, > > TL;DR: Builds of 3.6.2 pass with 8 (!) cores on Ubuntu

[CANCEL] [VOTE] Apache ZooKeeper release 3.6.2 candidate 0

2020-09-04 Thread Enrico Olivelli
I am cancelling this VOTE. I will send RC1 soon, the problem about license files has been fixed. Stay tuned Enrico Il giorno ven 4 set 2020 alle ore 02:35 Michael Han ha scritto: > Haven't fully tested the RC but I didn't experience any of the lag through > the cli. > > On Thu, Sep 3, 2020 at

Re: Containerizing ZooKeeper with Twine: Powering container orchestration from within

2020-09-04 Thread Justin Ling Mao
Great blog post!!! - Original Message - From: Mohamed Jeelani To: "dev@zookeeper.apache.org" Cc: Christopher Bunn Subject: Containerizing ZooKeeper with Twine: Powering container orchestration from within Date: 2020-09-01 03:43 Hi ZooKeepers! Hello from your friends here at Facebook.

[jira] [Created] (ZOOKEEPER-3926) make the rc constant in the ClientCnxn

2020-09-04 Thread maoling (Jira)
maoling created ZOOKEEPER-3926: -- Summary: make the rc constant in the ClientCnxn Key: ZOOKEEPER-3926 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3926 Project: ZooKeeper Issue Type: