Re: [CANCELLED] [VOTE] Apache ZooKeeper release 3.6.3 candidate 0

2021-04-03 Thread Enrico Olivelli
Just fyi I was going to cast my +1.

As pointed out by Damien we can fix up the release notes after the release,
it is o ly a website change, no need to nuke an RC.

+1 (binding)

Built sources and run all tests on Ubuntu + jdk8
Run smoke tests on mac jdk8 and jdk17ea
Validated checksums and signatures
Validated rat and checkstyle

Mohammad if you did not delete the Maven repo and the staged artifacts IMHO
we can continue to vote  this RC.
But it is your call as RM


Thanks
Enrico

Il Dom 4 Apr 2021, 06:44 Mohammad Arshad  ha scritto:

> Greetings all,
> As pointed out by Damien Diederen, there are many discrepancies in release
> notes. Because of this RC0 is cancelled.
> I will publish RC1 soon.
> Thanks Damien for your valuable inputs.
> Thanks Patric sir for your timely voting
>
> Thanks & Regards
> Arshad
>
>
> On Sat, Apr 3, 2021 at 4:55 PM Damien Diederen 
> wrote:
>
> >
> > Hi Arshad,
> >
> > Generally looks good—but see my point about releases notes below.
> >
> > +1 (advisory):
> >
> >   * Tarball contents match repository tag;
> >
> >   * Verified checksums and signatures;
> >
> >   * Built and smoke-tested on NixOS with a slightly adapted version of
> > the Nix recipe;
> >
> >   * Smoke-tested a standalone server with the (corresponding) Java, C
> > and Perl clients, as well as the zkfuse contrib;
> >
> >   * Smoke-tested a 3-ensemble with the (corresponding) Java client and
> > SASL/GSSAPI.
> >
> > It seems that there were some errors in the bug tracker's "Fix
> > Version/s" field which in turn caused the release notes to be slightly
> > inconsistent:
> >
> >  1. ZOOKEEPER-3774, ZOOKEEPER-3798, ZOOKEEPER-3841 and ZOOKEEPER-3858
> > are mentioned, but seem to only be present in master;
> >
> >  2. ZOOKEEPER-3933 and ZOOKEEPER-3934 are mentioned, but these tickets
> > were closed without any changes;
> >
> >  3. ZOOKEEPER-3931 is in 3.6.3, but not mentioned as the ticket has not
> > been closed;
> >
> >  4. ZOOKEEPER-3957, ZOOKEEPER-3980 and ZOOKEEPER-3992 are in 3.6.3, but
> > not mentioned as the tickets are only tagged with 3.7.0.
> >
> > The annoying bit, of course, is that releasenotes.md is on the release
> > branch. Corrections should be applied there if another RC is published.
> > I, for one, would be fine with only applying corrections to the website
> > and in a subsequent commit if RC 0 is promoted to release status.
> >
> > Best, -D
> >
> > P.-S. — I have *not* tested under Ubuntu, nor have I used the staging
> >   repo.  These are important points, but I figured most other testers
> >   would focus on them.  Holler if that turns out not to be the case!
> >
> >
> >
> > Mohammad Arshad  writes:
> > > This is a bug fix release candidate for 3.6.3. It contains 51 fixes.
> > >
> > > The full release notes is available at:
> > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801=12348703
> > >
> > > *** Please download, test and vote by Tuesday, April 6th 2021, 23:59
> > UTC+0.
> > > ***
> > >
> > > Source and binary files:
> > > https://people.apache.org/~arshad/zookeeper-3.6.3-candidate-0/
> > >
> > > Maven staging repo:
> > >
> >
> https://repository.apache.org/content/repositories/orgapachezookeeper-1068/
> > >
> > > The release candidate tag in git to be voted upon: release-3.6.3-0
> > > https://github.com/apache/zookeeper/tree/release-3.6.3-0
> > >
> > > ZooKeeper's KEYS file containing PGP keys we use to sign the release:
> > > https://www.apache.org/dist/zookeeper/KEYS
> > >
> > > The staging version of the website is:
> > > https://people.apache.org/~arshad/zookeeper-3.6.3-candidate-0/website/
> > >
> > > Should we release this candidate?
> > >
> > > Thanks & Regards
> > > Arshad
> >
>


[jira] [Created] (ZOOKEEPER-4273) Forward port ZOOKEEPER-3931: "zkServer.sh version" returns a trailing dash

2021-04-03 Thread Mohammad Arshad (Jira)
Mohammad Arshad created ZOOKEEPER-4273:
--

 Summary: Forward port ZOOKEEPER-3931: "zkServer.sh version" 
returns a trailing dash
 Key: ZOOKEEPER-4273
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4273
 Project: ZooKeeper
  Issue Type: Bug
Affects Versions: 3.7.1
Reporter: Mohammad Arshad


When you run zkServer.sh version the result includes a few spam lines and the 
version reports a trailing dash 
{noformat}
bin/zkServer.sh version
ZooKeeper JMX enabled by default
Using config: /xxx/bin/../conf/zoo.cfg
Apache ZooKeeper, version 3.6.2- 09/04/2020 12:44 GMT

{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


Re:[CANCELLED] [VOTE] Apache ZooKeeper release 3.6.3 candidate 0

2021-04-03 Thread Mohammad Arshad
Greetings all,
As pointed out by Damien Diederen, there are many discrepancies in release
notes. Because of this RC0 is cancelled.
I will publish RC1 soon.
Thanks Damien for your valuable inputs.
Thanks Patric sir for your timely voting

Thanks & Regards
Arshad


On Sat, Apr 3, 2021 at 4:55 PM Damien Diederen  wrote:

>
> Hi Arshad,
>
> Generally looks good—but see my point about releases notes below.
>
> +1 (advisory):
>
>   * Tarball contents match repository tag;
>
>   * Verified checksums and signatures;
>
>   * Built and smoke-tested on NixOS with a slightly adapted version of
> the Nix recipe;
>
>   * Smoke-tested a standalone server with the (corresponding) Java, C
> and Perl clients, as well as the zkfuse contrib;
>
>   * Smoke-tested a 3-ensemble with the (corresponding) Java client and
> SASL/GSSAPI.
>
> It seems that there were some errors in the bug tracker's "Fix
> Version/s" field which in turn caused the release notes to be slightly
> inconsistent:
>
>  1. ZOOKEEPER-3774, ZOOKEEPER-3798, ZOOKEEPER-3841 and ZOOKEEPER-3858
> are mentioned, but seem to only be present in master;
>
>  2. ZOOKEEPER-3933 and ZOOKEEPER-3934 are mentioned, but these tickets
> were closed without any changes;
>
>  3. ZOOKEEPER-3931 is in 3.6.3, but not mentioned as the ticket has not
> been closed;
>
>  4. ZOOKEEPER-3957, ZOOKEEPER-3980 and ZOOKEEPER-3992 are in 3.6.3, but
> not mentioned as the tickets are only tagged with 3.7.0.
>
> The annoying bit, of course, is that releasenotes.md is on the release
> branch. Corrections should be applied there if another RC is published.
> I, for one, would be fine with only applying corrections to the website
> and in a subsequent commit if RC 0 is promoted to release status.
>
> Best, -D
>
> P.-S. — I have *not* tested under Ubuntu, nor have I used the staging
>   repo.  These are important points, but I figured most other testers
>   would focus on them.  Holler if that turns out not to be the case!
>
>
>
> Mohammad Arshad  writes:
> > This is a bug fix release candidate for 3.6.3. It contains 51 fixes.
> >
> > The full release notes is available at:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801=12348703
> >
> > *** Please download, test and vote by Tuesday, April 6th 2021, 23:59
> UTC+0.
> > ***
> >
> > Source and binary files:
> > https://people.apache.org/~arshad/zookeeper-3.6.3-candidate-0/
> >
> > Maven staging repo:
> >
> https://repository.apache.org/content/repositories/orgapachezookeeper-1068/
> >
> > The release candidate tag in git to be voted upon: release-3.6.3-0
> > https://github.com/apache/zookeeper/tree/release-3.6.3-0
> >
> > ZooKeeper's KEYS file containing PGP keys we use to sign the release:
> > https://www.apache.org/dist/zookeeper/KEYS
> >
> > The staging version of the website is:
> > https://people.apache.org/~arshad/zookeeper-3.6.3-candidate-0/website/
> >
> > Should we release this candidate?
> >
> > Thanks & Regards
> > Arshad
>


Re: [VOTE] Apache ZooKeeper release 3.6.3 candidate 0

2021-04-03 Thread Patrick Hunt
+1 xsum/sig validate. rat ran clean. I manually tested a few cluster sizes
and everything worked fine for me (jdk11).

Regards,

Patrick

On Thu, Apr 1, 2021 at 6:31 AM Mohammad Arshad  wrote:

> This is a bug fix release candidate for 3.6.3. It contains 51 fixes.
>
> The full release notes is available at:
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801=12348703
>
> *** Please download, test and vote by Tuesday, April 6th 2021, 23:59 UTC+0.
> ***
>
> Source and binary files:
> https://people.apache.org/~arshad/zookeeper-3.6.3-candidate-0/
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachezookeeper-1068/
>
> The release candidate tag in git to be voted upon: release-3.6.3-0
> https://github.com/apache/zookeeper/tree/release-3.6.3-0
>
> ZooKeeper's KEYS file containing PGP keys we use to sign the release:
> https://www.apache.org/dist/zookeeper/KEYS
>
> The staging version of the website is:
> https://people.apache.org/~arshad/zookeeper-3.6.3-candidate-0/website/
>
> Should we release this candidate?
>
> Thanks & Regards
> Arshad
>


Re: [VOTE] Apache ZooKeeper release 3.6.3 candidate 0

2021-04-03 Thread Damien Diederen


Hi Arshad,

Generally looks good—but see my point about releases notes below.

+1 (advisory):

  * Tarball contents match repository tag;

  * Verified checksums and signatures;

  * Built and smoke-tested on NixOS with a slightly adapted version of
the Nix recipe;

  * Smoke-tested a standalone server with the (corresponding) Java, C
and Perl clients, as well as the zkfuse contrib;

  * Smoke-tested a 3-ensemble with the (corresponding) Java client and
SASL/GSSAPI.

It seems that there were some errors in the bug tracker's "Fix
Version/s" field which in turn caused the release notes to be slightly
inconsistent:

 1. ZOOKEEPER-3774, ZOOKEEPER-3798, ZOOKEEPER-3841 and ZOOKEEPER-3858
are mentioned, but seem to only be present in master;

 2. ZOOKEEPER-3933 and ZOOKEEPER-3934 are mentioned, but these tickets
were closed without any changes;

 3. ZOOKEEPER-3931 is in 3.6.3, but not mentioned as the ticket has not
been closed;

 4. ZOOKEEPER-3957, ZOOKEEPER-3980 and ZOOKEEPER-3992 are in 3.6.3, but
not mentioned as the tickets are only tagged with 3.7.0.

The annoying bit, of course, is that releasenotes.md is on the release
branch. Corrections should be applied there if another RC is published.
I, for one, would be fine with only applying corrections to the website
and in a subsequent commit if RC 0 is promoted to release status.

Best, -D

P.-S. — I have *not* tested under Ubuntu, nor have I used the staging
  repo.  These are important points, but I figured most other testers
  would focus on them.  Holler if that turns out not to be the case!



Mohammad Arshad  writes:
> This is a bug fix release candidate for 3.6.3. It contains 51 fixes.
>
> The full release notes is available at:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801=12348703
>
> *** Please download, test and vote by Tuesday, April 6th 2021, 23:59 UTC+0.
> ***
>
> Source and binary files:
> https://people.apache.org/~arshad/zookeeper-3.6.3-candidate-0/
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachezookeeper-1068/
>
> The release candidate tag in git to be voted upon: release-3.6.3-0
> https://github.com/apache/zookeeper/tree/release-3.6.3-0
>
> ZooKeeper's KEYS file containing PGP keys we use to sign the release:
> https://www.apache.org/dist/zookeeper/KEYS
>
> The staging version of the website is:
> https://people.apache.org/~arshad/zookeeper-3.6.3-candidate-0/website/
>
> Should we release this candidate?
>
> Thanks & Regards
> Arshad


Re: Re: [ANNOUNCE] Apache ZooKeeper 3.7.0 released

2021-04-03 Thread Justin Ling Mao
Awesome!!!
Thanks Damien for working as RM, thank the contributors that made the release 
possible. 
Cheers!!!
- Original Message -
From: Szalay-Bekő Máté 
To: DevZooKeeper 
Cc: annou...@apache.org, UserZooKeeper 
Subject: Re: [ANNOUNCE] Apache ZooKeeper 3.7.0 released
Date: 2021-03-29 02:51

Thanks for all your work Damien, and also for all the contributors and for
the whole community.
It's great to see 3.7.0 out! :)
Cheers,
Mate
On Sun, Mar 28, 2021 at 9:39 AM Damien Diederen 
wrote:
>
> The Apache ZooKeeper team is proud to announce Apache ZooKeeper version
> 3.7.0.
>
> ZooKeeper is a high-performance coordination service for distributed
> applications. It exposes common services - such as naming,
> configuration management, synchronization, and group services - in a
> simple interface so you don't have to write them from scratch. You can
> use it off-the-shelf to implement consensus, group management, leader
> election, and presence protocols. And you can build on it for your
> own, specific needs.
>
> For ZooKeeper release details and downloads, visit:
> https://zookeeper.apache.org/releases.html
>
> ZooKeeper 3.7.0 Release Notes are at:
> https://zookeeper.apache.org/doc/r3.7.0/releasenotes.html
>
> We would like to thank the contributors that made the release possible.
>
> Regards,
>
> The ZooKeeper Team
>