Re: Re: Cutting 3.6.1 HEADS UP !

2020-04-25 Thread Enrico Olivelli
Justin
I think that we can fix the website out of the release process

Enrico

Il giorno sab 25 apr 2020 alle ore 09:37 Justin Ling Mao <
maoling199210...@sina.com> ha scritto:

> I found ZOOKEEPER-3807. lots of bad formats in the website pages build due
> to bash marker. It's my blame.Do we need to apply it to 3.6.1 ?
>
> - Original Message -
> From: Christopher 
> To: dev@zookeeper.apache.org
> Subject: Re: Cutting 3.6.1 HEADS UP !
> Date: 2020-04-17 13:27
>
>
> Okay, I found the problem. The exec-maven-plugin seems to ignore the
> now-empty:
> ${mvngit.commit.id}
> This is a bug in either exec-maven-plugin or maven itself when parsing
> config, possibly related to:
> https://github.com/mojohaus/exec-maven-plugin/issues/132
> I provided a pull request to fix it in:
> https://github.com/apache/zookeeper/pull/1321
> On Tue, Apr 14, 2020 at 11:03 PM Christopher  wrote:
> >
> > On Sun, Apr 12, 2020 at 12:39 PM Enrico Olivelli 
> wrote:
> > >
> > > Christopher
> > > Maybe with your commit a93ff0fe631d1c96ee056a79e3c16535ab33c794 we have
> > > broken the source release tarball.
> >
> > Possibly. I patched 3.7/master. I wasn't involved in the backport to
> > 3.6 and did not test it there.
> >
> > Speaking of which... it is *very* confusing that everything is
> > cherry-picked from branch to branch... git commit ids are not
> > consistent across branches, so you can't use things like `git branch
> > --contains ` to find useful branches containing a commit. Also,
> > it seems to me that unless every commit starts in master and is
> > selectively back-ported, then cherry-picking could lead to a lot of
> > regressions (a commit targeted for an older branch is forgotten to be
> > added to newer branches).
> >
> > >
> > > It looks like we are not passing the git sha to VerGen or something
> like
> > > that
> > >
> > > Just download the source tarball from my staging area and try.
> > >
> > > Do you have time to help fixing this issue?
> > > Otherwise I can try to fix it or simply git revert that commit as it
> is not
> > > a blocker issue for the release
> >
> > How do you generate a source release tarball?
> > What is broken?
> > With more details, I can suggest a fix, but I don't see anything
> > broken in the build.
> >
> > >
> > > Cheers
> > > Enrico
> > >
> > > Il giorno dom 12 apr 2020 alle ore 14:58 Enrico Olivelli <
> > > eolive...@gmail.com> ha scritto:
> > >
> > > > Christopher
> > > > This is my staging area
> > > > https://people.apache.org/~eolivelli/zookeeper-3.6.1-candidate-0/
> > > >
> > > > this is not the VOTE thread, I will send the official VOTE email
> once I
> > > > feel the staging area is valid
> > > > this is the Maven Repository
> > > >
> https://repository.apache.org/content/repositories/orgapachezookeeper-1054
> > > >
> > > > I will hopefully send the VOTE email tomorrow
> > > >
> > > > Please send me comments directly and not to the ML, in order not to
> create
> > > > confusion
> > > >
> > > > Thank in advance
> > > > Enrico
> > > >
> > > > Il giorno ven 10 apr 2020 alle ore 04:35 Christopher <
> ctubb...@apache.org>
> > > > ha scritto:
> > > >
> > > >> I don't anticipate any issues, but I can test Accumulo with the
> > > >> release candidate when it's ready.
> > > >> Do you already have the binary tarball built and uploaded somewhere?
> > > >>
> > > >> On Thu, Apr 9, 2020 at 2:43 PM Enrico Olivelli  >
> > > >> wrote:
> > > >> >
> > > >> > Il Gio 9 Apr 2020, 20:33 Norbert Kalmar
> 
> > > >> ha
> > > >> > scritto:
> > > >> >
> > > >> > > Hi Enrico,
> > > >> > >
> > > >> > > Thanks for driving this!
> > > >> > >
> > > >> > > I managed to build HBase with ZooKeeper 3.5.7 having
> cherry-picked the
> > > >> > > getRevision() patch. I know it's not 3.6.x, but I found the
> problem
> > > >> with
> > > >> > > this 3.5.7 and fixed it according to this on 3.6 as well. So it
> > > >> should be
> > > >> > > fine now.
> > > >> > >
> > > >> >

Re: Re: Cutting 3.6.1 HEADS UP !

2020-04-25 Thread Justin Ling Mao
I found ZOOKEEPER-3807. lots of bad formats in the website pages build due to 
bash marker. It's my blame.Do we need to apply it to 3.6.1 ?

- Original Message -
From: Christopher 
To: dev@zookeeper.apache.org
Subject: Re: Cutting 3.6.1 HEADS UP !
Date: 2020-04-17 13:27


Okay, I found the problem. The exec-maven-plugin seems to ignore the now-empty:
${mvngit.commit.id}
This is a bug in either exec-maven-plugin or maven itself when parsing
config, possibly related to:
https://github.com/mojohaus/exec-maven-plugin/issues/132
I provided a pull request to fix it in:
https://github.com/apache/zookeeper/pull/1321
On Tue, Apr 14, 2020 at 11:03 PM Christopher  wrote:
>
> On Sun, Apr 12, 2020 at 12:39 PM Enrico Olivelli  wrote:
> >
> > Christopher
> > Maybe with your commit a93ff0fe631d1c96ee056a79e3c16535ab33c794 we have
> > broken the source release tarball.
>
> Possibly. I patched 3.7/master. I wasn't involved in the backport to
> 3.6 and did not test it there.
>
> Speaking of which... it is *very* confusing that everything is
> cherry-picked from branch to branch... git commit ids are not
> consistent across branches, so you can't use things like `git branch
> --contains ` to find useful branches containing a commit. Also,
> it seems to me that unless every commit starts in master and is
> selectively back-ported, then cherry-picking could lead to a lot of
> regressions (a commit targeted for an older branch is forgotten to be
> added to newer branches).
>
> >
> > It looks like we are not passing the git sha to VerGen or something like
> > that
> >
> > Just download the source tarball from my staging area and try.
> >
> > Do you have time to help fixing this issue?
> > Otherwise I can try to fix it or simply git revert that commit as it is not
> > a blocker issue for the release
>
> How do you generate a source release tarball?
> What is broken?
> With more details, I can suggest a fix, but I don't see anything
> broken in the build.
>
> >
> > Cheers
> > Enrico
> >
> > Il giorno dom 12 apr 2020 alle ore 14:58 Enrico Olivelli <
> > eolive...@gmail.com> ha scritto:
> >
> > > Christopher
> > > This is my staging area
> > > https://people.apache.org/~eolivelli/zookeeper-3.6.1-candidate-0/
> > >
> > > this is not the VOTE thread, I will send the official VOTE email once I
> > > feel the staging area is valid
> > > this is the Maven Repository
> > > https://repository.apache.org/content/repositories/orgapachezookeeper-1054
> > >
> > > I will hopefully send the VOTE email tomorrow
> > >
> > > Please send me comments directly and not to the ML, in order not to create
> > > confusion
> > >
> > > Thank in advance
> > > Enrico
> > >
> > > Il giorno ven 10 apr 2020 alle ore 04:35 Christopher 
> > > ha scritto:
> > >
> > >> I don't anticipate any issues, but I can test Accumulo with the
> > >> release candidate when it's ready.
> > >> Do you already have the binary tarball built and uploaded somewhere?
> > >>
> > >> On Thu, Apr 9, 2020 at 2:43 PM Enrico Olivelli 
> > >> wrote:
> > >> >
> > >> > Il Gio 9 Apr 2020, 20:33 Norbert Kalmar 
> > >> ha
> > >> > scritto:
> > >> >
> > >> > > Hi Enrico,
> > >> > >
> > >> > > Thanks for driving this!
> > >> > >
> > >> > > I managed to build HBase with ZooKeeper 3.5.7 having cherry-picked 
> > >> > > the
> > >> > > getRevision() patch. I know it's not 3.6.x, but I found the problem
> > >> with
> > >> > > this 3.5.7 and fixed it according to this on 3.6 as well. So it
> > >> should be
> > >> > > fine now.
> > >> > >
> > >> >
> > >> > Thank you
> > >> >
> > >> > Enrico
> > >> >
> > >> > >
> > >> > > - Norbert
> > >> > >
> > >> > > On Thu, Apr 9, 2020 at 11:00 AM Enrico Olivelli 
> > >> > > wrote:
> > >> > >
> > >> > > > Hi,
> > >> > > > I am going to prepare a release candidate for ZooKeeper 3.6.1.
> > >> > > >
> > >> > > > There is no JIRA issue with fixVersion = 3.6.1 that is unresolved.
> > >> > > >
> > >> > > > I have tested a few projec

Re: Cutting 3.6.1 HEADS UP !

2020-04-15 Thread Enrico Olivelli
Il Mer 15 Apr 2020, 06:27 Christopher  ha scritto:

> Okay, I found the problem. The exec-maven-plugin seems to ignore the
> now-empty:
> ${mvngit.commit.id}
>
> This is a bug in either exec-maven-plugin or maven itself when parsing
> config, possibly related to:
> https://github.com/mojohaus/exec-maven-plugin/issues/132
>
> I provided a pull request to fix it in:
> https://github.com/apache/zookeeper/pull/1321


Thanks
I approved the patch.
Looking for a second +1
Then we will be good to go

Enrico



>
> On Tue, Apr 14, 2020 at 11:03 PM Christopher  wrote:
> >
> > On Sun, Apr 12, 2020 at 12:39 PM Enrico Olivelli 
> wrote:
> > >
> > > Christopher
> > > Maybe with your commit a93ff0fe631d1c96ee056a79e3c16535ab33c794 we have
> > > broken the source release tarball.
> >
> > Possibly. I patched 3.7/master. I wasn't involved in the backport to
> > 3.6 and did not test it there.
> >
> > Speaking of which... it is *very* confusing that everything is
> > cherry-picked from branch to branch... git commit ids are not
> > consistent across branches, so you can't use things like `git branch
> > --contains ` to find useful branches containing a commit. Also,
> > it seems to me that unless every commit starts in master and is
> > selectively back-ported, then cherry-picking could lead to a lot of
> > regressions (a commit targeted for an older branch is forgotten to be
> > added to newer branches).
> >
> > >
> > > It looks like we are not passing the git sha to VerGen or something
> like
> > > that
> > >
> > > Just download the source tarball from my staging area and try.
> > >
> > > Do you have time to help fixing this issue?
> > > Otherwise I can try to fix it or simply git revert that commit as it
> is not
> > > a blocker issue for the release
> >
> > How do you generate a source release tarball?
> > What is broken?
> > With more details, I can suggest a fix, but I don't see anything
> > broken in the build.
> >
> > >
> > > Cheers
> > > Enrico
> > >
> > > Il giorno dom 12 apr 2020 alle ore 14:58 Enrico Olivelli <
> > > eolive...@gmail.com> ha scritto:
> > >
> > > > Christopher
> > > > This is my staging area
> > > > https://people.apache.org/~eolivelli/zookeeper-3.6.1-candidate-0/
> > > >
> > > > this is not the VOTE thread, I will send the official VOTE email
> once I
> > > > feel the staging area is valid
> > > > this is the Maven Repository
> > > >
> https://repository.apache.org/content/repositories/orgapachezookeeper-1054
> > > >
> > > > I will hopefully send the VOTE email tomorrow
> > > >
> > > > Please send me comments directly and not to the ML, in order not to
> create
> > > > confusion
> > > >
> > > > Thank in advance
> > > > Enrico
> > > >
> > > > Il giorno ven 10 apr 2020 alle ore 04:35 Christopher <
> ctubb...@apache.org>
> > > > ha scritto:
> > > >
> > > >> I don't anticipate any issues, but I can test Accumulo with the
> > > >> release candidate when it's ready.
> > > >> Do you already have the binary tarball built and uploaded somewhere?
> > > >>
> > > >> On Thu, Apr 9, 2020 at 2:43 PM Enrico Olivelli  >
> > > >> wrote:
> > > >> >
> > > >> > Il Gio 9 Apr 2020, 20:33 Norbert Kalmar
> 
> > > >> ha
> > > >> > scritto:
> > > >> >
> > > >> > > Hi Enrico,
> > > >> > >
> > > >> > > Thanks for driving this!
> > > >> > >
> > > >> > > I managed to build HBase with ZooKeeper 3.5.7 having
> cherry-picked the
> > > >> > > getRevision() patch. I know it's not 3.6.x, but I found the
> problem
> > > >> with
> > > >> > > this 3.5.7 and fixed it according to this on 3.6 as well. So it
> > > >> should be
> > > >> > > fine now.
> > > >> > >
> > > >> >
> > > >> > Thank you
> > > >> >
> > > >> > Enrico
> > > >> >
> > > >> > >
> > > >> > > - Norbert
> > > >> > >
> > > >> > > On Thu, Apr 9, 2020 at 11:00 AM Enrico Olivelli <
> eolive...@gmail.com>
> > > >> > > wrote:
> > > >> > >
> > > >> > > > Hi,
> > > >> > > > I am going to prepare a release candidate for ZooKeeper 3.6.1.
> > > >> > > >
> > > >> > > > There is no JIRA issue with fixVersion = 3.6.1 that is
> unresolved.
> > > >> > > >
> > > >> > > > I have tested a few projects that had compatibility issues
> and they
> > > >> are
> > > >> > > > resolved (like Apache BookKeeper and other non OS projects in
> my
> > > >> > > company).
> > > >> > > >
> > > >> > > > I remember that Norbert pointed a problem with HBase client,
> that
> > > >> uses
> > > >> > > > getRevision() method, it would be super great to have some
> feedback
> > > >> of
> > > >> > > > compatibility of HBase with 3.6.1 client.
> > > >> > > >
> > > >> > > > I have deployed the snapshots to snapshots.apache.org, this
> way
> > > >> you can
> > > >> > > > easily test your project in CI, even on Travis.
> > > >> > > >
> > > >> > > > I have created the work branch for release
> > > >> > > > https://github.com/apache/zookeeper/tree/release-3.6.1
> > > >> > > >
> > > >> > > > Please ping me if you have any questions or concerns or you
> need to
> > > >> add
> > > >> > > new
> > > >> > > > items.
> > > >> > > 

Re: Cutting 3.6.1 HEADS UP !

2020-04-14 Thread Christopher
Okay, I found the problem. The exec-maven-plugin seems to ignore the now-empty:
${mvngit.commit.id}

This is a bug in either exec-maven-plugin or maven itself when parsing
config, possibly related to:
https://github.com/mojohaus/exec-maven-plugin/issues/132

I provided a pull request to fix it in:
https://github.com/apache/zookeeper/pull/1321

On Tue, Apr 14, 2020 at 11:03 PM Christopher  wrote:
>
> On Sun, Apr 12, 2020 at 12:39 PM Enrico Olivelli  wrote:
> >
> > Christopher
> > Maybe with your commit a93ff0fe631d1c96ee056a79e3c16535ab33c794 we have
> > broken the source release tarball.
>
> Possibly. I patched 3.7/master. I wasn't involved in the backport to
> 3.6 and did not test it there.
>
> Speaking of which... it is *very* confusing that everything is
> cherry-picked from branch to branch... git commit ids are not
> consistent across branches, so you can't use things like `git branch
> --contains ` to find useful branches containing a commit. Also,
> it seems to me that unless every commit starts in master and is
> selectively back-ported, then cherry-picking could lead to a lot of
> regressions (a commit targeted for an older branch is forgotten to be
> added to newer branches).
>
> >
> > It looks like we are not passing the git sha to VerGen or something like
> > that
> >
> > Just download the source tarball from my staging area and try.
> >
> > Do you have time to help fixing this issue?
> > Otherwise I can try to fix it or simply git revert that commit as it is not
> > a blocker issue for the release
>
> How do you generate a source release tarball?
> What is broken?
> With more details, I can suggest a fix, but I don't see anything
> broken in the build.
>
> >
> > Cheers
> > Enrico
> >
> > Il giorno dom 12 apr 2020 alle ore 14:58 Enrico Olivelli <
> > eolive...@gmail.com> ha scritto:
> >
> > > Christopher
> > > This is my staging area
> > > https://people.apache.org/~eolivelli/zookeeper-3.6.1-candidate-0/
> > >
> > > this is not the VOTE thread, I will send the official VOTE email once I
> > > feel the staging area is valid
> > > this is the Maven Repository
> > > https://repository.apache.org/content/repositories/orgapachezookeeper-1054
> > >
> > > I will hopefully send the VOTE email tomorrow
> > >
> > > Please send me comments directly and not to the ML, in order not to create
> > > confusion
> > >
> > > Thank in advance
> > > Enrico
> > >
> > > Il giorno ven 10 apr 2020 alle ore 04:35 Christopher 
> > > ha scritto:
> > >
> > >> I don't anticipate any issues, but I can test Accumulo with the
> > >> release candidate when it's ready.
> > >> Do you already have the binary tarball built and uploaded somewhere?
> > >>
> > >> On Thu, Apr 9, 2020 at 2:43 PM Enrico Olivelli 
> > >> wrote:
> > >> >
> > >> > Il Gio 9 Apr 2020, 20:33 Norbert Kalmar 
> > >> ha
> > >> > scritto:
> > >> >
> > >> > > Hi Enrico,
> > >> > >
> > >> > > Thanks for driving this!
> > >> > >
> > >> > > I managed to build HBase with ZooKeeper 3.5.7 having cherry-picked 
> > >> > > the
> > >> > > getRevision() patch. I know it's not 3.6.x, but I found the problem
> > >> with
> > >> > > this 3.5.7 and fixed it according to this on 3.6 as well. So it
> > >> should be
> > >> > > fine now.
> > >> > >
> > >> >
> > >> > Thank you
> > >> >
> > >> > Enrico
> > >> >
> > >> > >
> > >> > > - Norbert
> > >> > >
> > >> > > On Thu, Apr 9, 2020 at 11:00 AM Enrico Olivelli 
> > >> > > wrote:
> > >> > >
> > >> > > > Hi,
> > >> > > > I am going to prepare a release candidate for ZooKeeper 3.6.1.
> > >> > > >
> > >> > > > There is no JIRA issue with fixVersion = 3.6.1 that is unresolved.
> > >> > > >
> > >> > > > I have tested a few projects that had compatibility issues and they
> > >> are
> > >> > > > resolved (like Apache BookKeeper and other non OS projects in my
> > >> > > company).
> > >> > > >
> > >> > > > I remember that Norbert pointed a problem with HBase client, that
> > >> uses
> > >> > > > getRevision() method, it would be super great to have some feedback
> > >> of
> > >> > > > compatibility of HBase with 3.6.1 client.
> > >> > > >
> > >> > > > I have deployed the snapshots to snapshots.apache.org, this way
> > >> you can
> > >> > > > easily test your project in CI, even on Travis.
> > >> > > >
> > >> > > > I have created the work branch for release
> > >> > > > https://github.com/apache/zookeeper/tree/release-3.6.1
> > >> > > >
> > >> > > > Please ping me if you have any questions or concerns or you need to
> > >> add
> > >> > > new
> > >> > > > items.
> > >> > > >
> > >> > > > I will start the release procedure once I have self validated the
> > >> status
> > >> > > of
> > >> > > > that branch
> > >> > > >
> > >> > > > Stay tuned
> > >> > > >
> > >> > > > Enrico
> > >> > > >
> > >> > >
> > >>
> > >


Re: Cutting 3.6.1 HEADS UP !

2020-04-14 Thread Christopher
On Sun, Apr 12, 2020 at 12:39 PM Enrico Olivelli  wrote:
>
> Christopher
> Maybe with your commit a93ff0fe631d1c96ee056a79e3c16535ab33c794 we have
> broken the source release tarball.

Possibly. I patched 3.7/master. I wasn't involved in the backport to
3.6 and did not test it there.

Speaking of which... it is *very* confusing that everything is
cherry-picked from branch to branch... git commit ids are not
consistent across branches, so you can't use things like `git branch
--contains ` to find useful branches containing a commit. Also,
it seems to me that unless every commit starts in master and is
selectively back-ported, then cherry-picking could lead to a lot of
regressions (a commit targeted for an older branch is forgotten to be
added to newer branches).

>
> It looks like we are not passing the git sha to VerGen or something like
> that
>
> Just download the source tarball from my staging area and try.
>
> Do you have time to help fixing this issue?
> Otherwise I can try to fix it or simply git revert that commit as it is not
> a blocker issue for the release

How do you generate a source release tarball?
What is broken?
With more details, I can suggest a fix, but I don't see anything
broken in the build.

>
> Cheers
> Enrico
>
> Il giorno dom 12 apr 2020 alle ore 14:58 Enrico Olivelli <
> eolive...@gmail.com> ha scritto:
>
> > Christopher
> > This is my staging area
> > https://people.apache.org/~eolivelli/zookeeper-3.6.1-candidate-0/
> >
> > this is not the VOTE thread, I will send the official VOTE email once I
> > feel the staging area is valid
> > this is the Maven Repository
> > https://repository.apache.org/content/repositories/orgapachezookeeper-1054
> >
> > I will hopefully send the VOTE email tomorrow
> >
> > Please send me comments directly and not to the ML, in order not to create
> > confusion
> >
> > Thank in advance
> > Enrico
> >
> > Il giorno ven 10 apr 2020 alle ore 04:35 Christopher 
> > ha scritto:
> >
> >> I don't anticipate any issues, but I can test Accumulo with the
> >> release candidate when it's ready.
> >> Do you already have the binary tarball built and uploaded somewhere?
> >>
> >> On Thu, Apr 9, 2020 at 2:43 PM Enrico Olivelli 
> >> wrote:
> >> >
> >> > Il Gio 9 Apr 2020, 20:33 Norbert Kalmar 
> >> ha
> >> > scritto:
> >> >
> >> > > Hi Enrico,
> >> > >
> >> > > Thanks for driving this!
> >> > >
> >> > > I managed to build HBase with ZooKeeper 3.5.7 having cherry-picked the
> >> > > getRevision() patch. I know it's not 3.6.x, but I found the problem
> >> with
> >> > > this 3.5.7 and fixed it according to this on 3.6 as well. So it
> >> should be
> >> > > fine now.
> >> > >
> >> >
> >> > Thank you
> >> >
> >> > Enrico
> >> >
> >> > >
> >> > > - Norbert
> >> > >
> >> > > On Thu, Apr 9, 2020 at 11:00 AM Enrico Olivelli 
> >> > > wrote:
> >> > >
> >> > > > Hi,
> >> > > > I am going to prepare a release candidate for ZooKeeper 3.6.1.
> >> > > >
> >> > > > There is no JIRA issue with fixVersion = 3.6.1 that is unresolved.
> >> > > >
> >> > > > I have tested a few projects that had compatibility issues and they
> >> are
> >> > > > resolved (like Apache BookKeeper and other non OS projects in my
> >> > > company).
> >> > > >
> >> > > > I remember that Norbert pointed a problem with HBase client, that
> >> uses
> >> > > > getRevision() method, it would be super great to have some feedback
> >> of
> >> > > > compatibility of HBase with 3.6.1 client.
> >> > > >
> >> > > > I have deployed the snapshots to snapshots.apache.org, this way
> >> you can
> >> > > > easily test your project in CI, even on Travis.
> >> > > >
> >> > > > I have created the work branch for release
> >> > > > https://github.com/apache/zookeeper/tree/release-3.6.1
> >> > > >
> >> > > > Please ping me if you have any questions or concerns or you need to
> >> add
> >> > > new
> >> > > > items.
> >> > > >
> >> > > > I will start the release procedure once I have self validated the
> >> status
> >> > > of
> >> > > > that branch
> >> > > >
> >> > > > Stay tuned
> >> > > >
> >> > > > Enrico
> >> > > >
> >> > >
> >>
> >


Re: Cutting 3.6.1 HEADS UP !

2020-04-13 Thread Patrick Hunt
I notice that the owasp check is failing due to netty:
https://issues.apache.org/jira/browse/ZOOKEEPER-3794
doesn't seem super critical but might be worth knocking off if we're still
not ready to create an RC:

[ERROR] Failed to execute goal
org.owasp:dependency-check-maven:5.3.0:check (default-cli) on project
zookeeper:[ERROR] [ERROR] One or more dependencies were identified
with vulnerabilities that have a CVSS score greater than or equal to
'0.0':[ERROR] [ERROR] netty-handler-4.1.45.Final.jar:
CVE-2020-11612[ERROR] netty-common-4.1.45.Final.jar:
CVE-2020-11612[ERROR] netty-buffer-4.1.45.Final.jar:
CVE-2020-11612[ERROR] netty-transport-4.1.45.Final.jar:
CVE-2020-11612[ERROR] netty-resolver-4.1.45.Final.jar:
CVE-2020-11612[ERROR] netty-codec-4.1.45.Final.jar:
CVE-2020-11612[ERROR] netty-transport-native-epoll-4.1.45.Final.jar:
CVE-2020-11612[ERROR]
netty-transport-native-unix-common-4.1.45.Final.jar: CVE-2020-11612

Patrick


On Sun, Apr 12, 2020 at 9:39 AM Enrico Olivelli  wrote:

> Christopher
> Maybe with your commit a93ff0fe631d1c96ee056a79e3c16535ab33c794 we have
> broken the source release tarball.
>
> It looks like we are not passing the git sha to VerGen or something like
> that
>
> Just download the source tarball from my staging area and try.
>
> Do you have time to help fixing this issue?
> Otherwise I can try to fix it or simply git revert that commit as it is not
> a blocker issue for the release
>
> Cheers
> Enrico
>
> Il giorno dom 12 apr 2020 alle ore 14:58 Enrico Olivelli <
> eolive...@gmail.com> ha scritto:
>
> > Christopher
> > This is my staging area
> > https://people.apache.org/~eolivelli/zookeeper-3.6.1-candidate-0/
> >
> > this is not the VOTE thread, I will send the official VOTE email once I
> > feel the staging area is valid
> > this is the Maven Repository
> >
> https://repository.apache.org/content/repositories/orgapachezookeeper-1054
> >
> > I will hopefully send the VOTE email tomorrow
> >
> > Please send me comments directly and not to the ML, in order not to
> create
> > confusion
> >
> > Thank in advance
> > Enrico
> >
> > Il giorno ven 10 apr 2020 alle ore 04:35 Christopher <
> ctubb...@apache.org>
> > ha scritto:
> >
> >> I don't anticipate any issues, but I can test Accumulo with the
> >> release candidate when it's ready.
> >> Do you already have the binary tarball built and uploaded somewhere?
> >>
> >> On Thu, Apr 9, 2020 at 2:43 PM Enrico Olivelli 
> >> wrote:
> >> >
> >> > Il Gio 9 Apr 2020, 20:33 Norbert Kalmar  >
> >> ha
> >> > scritto:
> >> >
> >> > > Hi Enrico,
> >> > >
> >> > > Thanks for driving this!
> >> > >
> >> > > I managed to build HBase with ZooKeeper 3.5.7 having cherry-picked
> the
> >> > > getRevision() patch. I know it's not 3.6.x, but I found the problem
> >> with
> >> > > this 3.5.7 and fixed it according to this on 3.6 as well. So it
> >> should be
> >> > > fine now.
> >> > >
> >> >
> >> > Thank you
> >> >
> >> > Enrico
> >> >
> >> > >
> >> > > - Norbert
> >> > >
> >> > > On Thu, Apr 9, 2020 at 11:00 AM Enrico Olivelli <
> eolive...@gmail.com>
> >> > > wrote:
> >> > >
> >> > > > Hi,
> >> > > > I am going to prepare a release candidate for ZooKeeper 3.6.1.
> >> > > >
> >> > > > There is no JIRA issue with fixVersion = 3.6.1 that is unresolved.
> >> > > >
> >> > > > I have tested a few projects that had compatibility issues and
> they
> >> are
> >> > > > resolved (like Apache BookKeeper and other non OS projects in my
> >> > > company).
> >> > > >
> >> > > > I remember that Norbert pointed a problem with HBase client, that
> >> uses
> >> > > > getRevision() method, it would be super great to have some
> feedback
> >> of
> >> > > > compatibility of HBase with 3.6.1 client.
> >> > > >
> >> > > > I have deployed the snapshots to snapshots.apache.org, this way
> >> you can
> >> > > > easily test your project in CI, even on Travis.
> >> > > >
> >> > > > I have created the work branch for release
> >> > > > https://github.com/apache/zookeeper/tree/release-3.6.1
> >> > > >
> >> > > > Please ping me if you have any questions or concerns or you need
> to
> >> add
> >> > > new
> >> > > > items.
> >> > > >
> >> > > > I will start the release procedure once I have self validated the
> >> status
> >> > > of
> >> > > > that branch
> >> > > >
> >> > > > Stay tuned
> >> > > >
> >> > > > Enrico
> >> > > >
> >> > >
> >>
> >
>


Re: Cutting 3.6.1 HEADS UP !

2020-04-12 Thread Enrico Olivelli
Christopher
Maybe with your commit a93ff0fe631d1c96ee056a79e3c16535ab33c794 we have
broken the source release tarball.

It looks like we are not passing the git sha to VerGen or something like
that

Just download the source tarball from my staging area and try.

Do you have time to help fixing this issue?
Otherwise I can try to fix it or simply git revert that commit as it is not
a blocker issue for the release

Cheers
Enrico

Il giorno dom 12 apr 2020 alle ore 14:58 Enrico Olivelli <
eolive...@gmail.com> ha scritto:

> Christopher
> This is my staging area
> https://people.apache.org/~eolivelli/zookeeper-3.6.1-candidate-0/
>
> this is not the VOTE thread, I will send the official VOTE email once I
> feel the staging area is valid
> this is the Maven Repository
> https://repository.apache.org/content/repositories/orgapachezookeeper-1054
>
> I will hopefully send the VOTE email tomorrow
>
> Please send me comments directly and not to the ML, in order not to create
> confusion
>
> Thank in advance
> Enrico
>
> Il giorno ven 10 apr 2020 alle ore 04:35 Christopher 
> ha scritto:
>
>> I don't anticipate any issues, but I can test Accumulo with the
>> release candidate when it's ready.
>> Do you already have the binary tarball built and uploaded somewhere?
>>
>> On Thu, Apr 9, 2020 at 2:43 PM Enrico Olivelli 
>> wrote:
>> >
>> > Il Gio 9 Apr 2020, 20:33 Norbert Kalmar 
>> ha
>> > scritto:
>> >
>> > > Hi Enrico,
>> > >
>> > > Thanks for driving this!
>> > >
>> > > I managed to build HBase with ZooKeeper 3.5.7 having cherry-picked the
>> > > getRevision() patch. I know it's not 3.6.x, but I found the problem
>> with
>> > > this 3.5.7 and fixed it according to this on 3.6 as well. So it
>> should be
>> > > fine now.
>> > >
>> >
>> > Thank you
>> >
>> > Enrico
>> >
>> > >
>> > > - Norbert
>> > >
>> > > On Thu, Apr 9, 2020 at 11:00 AM Enrico Olivelli 
>> > > wrote:
>> > >
>> > > > Hi,
>> > > > I am going to prepare a release candidate for ZooKeeper 3.6.1.
>> > > >
>> > > > There is no JIRA issue with fixVersion = 3.6.1 that is unresolved.
>> > > >
>> > > > I have tested a few projects that had compatibility issues and they
>> are
>> > > > resolved (like Apache BookKeeper and other non OS projects in my
>> > > company).
>> > > >
>> > > > I remember that Norbert pointed a problem with HBase client, that
>> uses
>> > > > getRevision() method, it would be super great to have some feedback
>> of
>> > > > compatibility of HBase with 3.6.1 client.
>> > > >
>> > > > I have deployed the snapshots to snapshots.apache.org, this way
>> you can
>> > > > easily test your project in CI, even on Travis.
>> > > >
>> > > > I have created the work branch for release
>> > > > https://github.com/apache/zookeeper/tree/release-3.6.1
>> > > >
>> > > > Please ping me if you have any questions or concerns or you need to
>> add
>> > > new
>> > > > items.
>> > > >
>> > > > I will start the release procedure once I have self validated the
>> status
>> > > of
>> > > > that branch
>> > > >
>> > > > Stay tuned
>> > > >
>> > > > Enrico
>> > > >
>> > >
>>
>


Re: Cutting 3.6.1 HEADS UP !

2020-04-12 Thread Enrico Olivelli
Christopher
This is my staging area
https://people.apache.org/~eolivelli/zookeeper-3.6.1-candidate-0/

this is not the VOTE thread, I will send the official VOTE email once I
feel the staging area is valid
this is the Maven Repository
https://repository.apache.org/content/repositories/orgapachezookeeper-1054

I will hopefully send the VOTE email tomorrow

Please send me comments directly and not to the ML, in order not to create
confusion

Thank in advance
Enrico

Il giorno ven 10 apr 2020 alle ore 04:35 Christopher 
ha scritto:

> I don't anticipate any issues, but I can test Accumulo with the
> release candidate when it's ready.
> Do you already have the binary tarball built and uploaded somewhere?
>
> On Thu, Apr 9, 2020 at 2:43 PM Enrico Olivelli 
> wrote:
> >
> > Il Gio 9 Apr 2020, 20:33 Norbert Kalmar 
> ha
> > scritto:
> >
> > > Hi Enrico,
> > >
> > > Thanks for driving this!
> > >
> > > I managed to build HBase with ZooKeeper 3.5.7 having cherry-picked the
> > > getRevision() patch. I know it's not 3.6.x, but I found the problem
> with
> > > this 3.5.7 and fixed it according to this on 3.6 as well. So it should
> be
> > > fine now.
> > >
> >
> > Thank you
> >
> > Enrico
> >
> > >
> > > - Norbert
> > >
> > > On Thu, Apr 9, 2020 at 11:00 AM Enrico Olivelli 
> > > wrote:
> > >
> > > > Hi,
> > > > I am going to prepare a release candidate for ZooKeeper 3.6.1.
> > > >
> > > > There is no JIRA issue with fixVersion = 3.6.1 that is unresolved.
> > > >
> > > > I have tested a few projects that had compatibility issues and they
> are
> > > > resolved (like Apache BookKeeper and other non OS projects in my
> > > company).
> > > >
> > > > I remember that Norbert pointed a problem with HBase client, that
> uses
> > > > getRevision() method, it would be super great to have some feedback
> of
> > > > compatibility of HBase with 3.6.1 client.
> > > >
> > > > I have deployed the snapshots to snapshots.apache.org, this way you
> can
> > > > easily test your project in CI, even on Travis.
> > > >
> > > > I have created the work branch for release
> > > > https://github.com/apache/zookeeper/tree/release-3.6.1
> > > >
> > > > Please ping me if you have any questions or concerns or you need to
> add
> > > new
> > > > items.
> > > >
> > > > I will start the release procedure once I have self validated the
> status
> > > of
> > > > that branch
> > > >
> > > > Stay tuned
> > > >
> > > > Enrico
> > > >
> > >
>


Re: Cutting 3.6.1 HEADS UP !

2020-04-12 Thread Enrico Olivelli
I have merged Michael's patch.

Running the release procedure right now

Stay tuned
Enrico

Il giorno ven 10 apr 2020 alle ore 20:17 Enrico Olivelli <
eolive...@gmail.com> ha scritto:

> Thank you Micheal
>
> I will pick up the patch.
>
>
> Enrico
>
> Il Ven 10 Apr 2020, 20:12 Michael Han  ha scritto:
>
>> would be good to get ZOOKEEPER-3793 in this release. Without
>> ZOOKEEPER-3793
>> zk will not throttle requests at all, given RequestThrottler is disabled
>> by
>> default (and requires some understanding to configure it correctly).
>>
>> On Thu, Apr 9, 2020 at 10:04 PM Enrico Olivelli 
>> wrote:
>>
>> > Il Ven 10 Apr 2020, 04:35 Christopher  ha scritto:
>> >
>> > > I don't anticipate any issues, but I can test Accumulo with the
>> > > release candidate when it's ready.
>> > > Do you already have the binary tarball built and uploaded somewhere?
>> > >
>> >
>> > Not yet.
>> > I will do it today or in the weekend.
>> > Btw if you build from release-3.6.1 on Linux with JDK8 the results
>> should
>> > be the same.
>> > You can use the docker env
>> > dev/docker/run.sh
>> >
>> > I will use a Fedora 31 box directly
>> >
>> > Enrico
>> >
>> >
>> > > On Thu, Apr 9, 2020 at 2:43 PM Enrico Olivelli 
>> > > wrote:
>> > > >
>> > > > Il Gio 9 Apr 2020, 20:33 Norbert Kalmar
>> 
>> > > ha
>> > > > scritto:
>> > > >
>> > > > > Hi Enrico,
>> > > > >
>> > > > > Thanks for driving this!
>> > > > >
>> > > > > I managed to build HBase with ZooKeeper 3.5.7 having cherry-picked
>> > the
>> > > > > getRevision() patch. I know it's not 3.6.x, but I found the
>> problem
>> > > with
>> > > > > this 3.5.7 and fixed it according to this on 3.6 as well. So it
>> > should
>> > > be
>> > > > > fine now.
>> > > > >
>> > > >
>> > > > Thank you
>> > > >
>> > > > Enrico
>> > > >
>> > > > >
>> > > > > - Norbert
>> > > > >
>> > > > > On Thu, Apr 9, 2020 at 11:00 AM Enrico Olivelli <
>> eolive...@gmail.com
>> > >
>> > > > > wrote:
>> > > > >
>> > > > > > Hi,
>> > > > > > I am going to prepare a release candidate for ZooKeeper 3.6.1.
>> > > > > >
>> > > > > > There is no JIRA issue with fixVersion = 3.6.1 that is
>> unresolved.
>> > > > > >
>> > > > > > I have tested a few projects that had compatibility issues and
>> they
>> > > are
>> > > > > > resolved (like Apache BookKeeper and other non OS projects in my
>> > > > > company).
>> > > > > >
>> > > > > > I remember that Norbert pointed a problem with HBase client,
>> that
>> > > uses
>> > > > > > getRevision() method, it would be super great to have some
>> feedback
>> > > of
>> > > > > > compatibility of HBase with 3.6.1 client.
>> > > > > >
>> > > > > > I have deployed the snapshots to snapshots.apache.org, this way
>> > you
>> > > can
>> > > > > > easily test your project in CI, even on Travis.
>> > > > > >
>> > > > > > I have created the work branch for release
>> > > > > > https://github.com/apache/zookeeper/tree/release-3.6.1
>> > > > > >
>> > > > > > Please ping me if you have any questions or concerns or you
>> need to
>> > > add
>> > > > > new
>> > > > > > items.
>> > > > > >
>> > > > > > I will start the release procedure once I have self validated
>> the
>> > > status
>> > > > > of
>> > > > > > that branch
>> > > > > >
>> > > > > > Stay tuned
>> > > > > >
>> > > > > > Enrico
>> > > > > >
>> > > > >
>> > >
>> >
>>
>


Re: Cutting 3.6.1 HEADS UP !

2020-04-10 Thread Enrico Olivelli
Thank you Micheal

I will pick up the patch.


Enrico

Il Ven 10 Apr 2020, 20:12 Michael Han  ha scritto:

> would be good to get ZOOKEEPER-3793 in this release. Without ZOOKEEPER-3793
> zk will not throttle requests at all, given RequestThrottler is disabled by
> default (and requires some understanding to configure it correctly).
>
> On Thu, Apr 9, 2020 at 10:04 PM Enrico Olivelli 
> wrote:
>
> > Il Ven 10 Apr 2020, 04:35 Christopher  ha scritto:
> >
> > > I don't anticipate any issues, but I can test Accumulo with the
> > > release candidate when it's ready.
> > > Do you already have the binary tarball built and uploaded somewhere?
> > >
> >
> > Not yet.
> > I will do it today or in the weekend.
> > Btw if you build from release-3.6.1 on Linux with JDK8 the results should
> > be the same.
> > You can use the docker env
> > dev/docker/run.sh
> >
> > I will use a Fedora 31 box directly
> >
> > Enrico
> >
> >
> > > On Thu, Apr 9, 2020 at 2:43 PM Enrico Olivelli 
> > > wrote:
> > > >
> > > > Il Gio 9 Apr 2020, 20:33 Norbert Kalmar  >
> > > ha
> > > > scritto:
> > > >
> > > > > Hi Enrico,
> > > > >
> > > > > Thanks for driving this!
> > > > >
> > > > > I managed to build HBase with ZooKeeper 3.5.7 having cherry-picked
> > the
> > > > > getRevision() patch. I know it's not 3.6.x, but I found the problem
> > > with
> > > > > this 3.5.7 and fixed it according to this on 3.6 as well. So it
> > should
> > > be
> > > > > fine now.
> > > > >
> > > >
> > > > Thank you
> > > >
> > > > Enrico
> > > >
> > > > >
> > > > > - Norbert
> > > > >
> > > > > On Thu, Apr 9, 2020 at 11:00 AM Enrico Olivelli <
> eolive...@gmail.com
> > >
> > > > > wrote:
> > > > >
> > > > > > Hi,
> > > > > > I am going to prepare a release candidate for ZooKeeper 3.6.1.
> > > > > >
> > > > > > There is no JIRA issue with fixVersion = 3.6.1 that is
> unresolved.
> > > > > >
> > > > > > I have tested a few projects that had compatibility issues and
> they
> > > are
> > > > > > resolved (like Apache BookKeeper and other non OS projects in my
> > > > > company).
> > > > > >
> > > > > > I remember that Norbert pointed a problem with HBase client, that
> > > uses
> > > > > > getRevision() method, it would be super great to have some
> feedback
> > > of
> > > > > > compatibility of HBase with 3.6.1 client.
> > > > > >
> > > > > > I have deployed the snapshots to snapshots.apache.org, this way
> > you
> > > can
> > > > > > easily test your project in CI, even on Travis.
> > > > > >
> > > > > > I have created the work branch for release
> > > > > > https://github.com/apache/zookeeper/tree/release-3.6.1
> > > > > >
> > > > > > Please ping me if you have any questions or concerns or you need
> to
> > > add
> > > > > new
> > > > > > items.
> > > > > >
> > > > > > I will start the release procedure once I have self validated the
> > > status
> > > > > of
> > > > > > that branch
> > > > > >
> > > > > > Stay tuned
> > > > > >
> > > > > > Enrico
> > > > > >
> > > > >
> > >
> >
>


Re: Cutting 3.6.1 HEADS UP !

2020-04-10 Thread Michael Han
would be good to get ZOOKEEPER-3793 in this release. Without ZOOKEEPER-3793
zk will not throttle requests at all, given RequestThrottler is disabled by
default (and requires some understanding to configure it correctly).

On Thu, Apr 9, 2020 at 10:04 PM Enrico Olivelli  wrote:

> Il Ven 10 Apr 2020, 04:35 Christopher  ha scritto:
>
> > I don't anticipate any issues, but I can test Accumulo with the
> > release candidate when it's ready.
> > Do you already have the binary tarball built and uploaded somewhere?
> >
>
> Not yet.
> I will do it today or in the weekend.
> Btw if you build from release-3.6.1 on Linux with JDK8 the results should
> be the same.
> You can use the docker env
> dev/docker/run.sh
>
> I will use a Fedora 31 box directly
>
> Enrico
>
>
> > On Thu, Apr 9, 2020 at 2:43 PM Enrico Olivelli 
> > wrote:
> > >
> > > Il Gio 9 Apr 2020, 20:33 Norbert Kalmar 
> > ha
> > > scritto:
> > >
> > > > Hi Enrico,
> > > >
> > > > Thanks for driving this!
> > > >
> > > > I managed to build HBase with ZooKeeper 3.5.7 having cherry-picked
> the
> > > > getRevision() patch. I know it's not 3.6.x, but I found the problem
> > with
> > > > this 3.5.7 and fixed it according to this on 3.6 as well. So it
> should
> > be
> > > > fine now.
> > > >
> > >
> > > Thank you
> > >
> > > Enrico
> > >
> > > >
> > > > - Norbert
> > > >
> > > > On Thu, Apr 9, 2020 at 11:00 AM Enrico Olivelli  >
> > > > wrote:
> > > >
> > > > > Hi,
> > > > > I am going to prepare a release candidate for ZooKeeper 3.6.1.
> > > > >
> > > > > There is no JIRA issue with fixVersion = 3.6.1 that is unresolved.
> > > > >
> > > > > I have tested a few projects that had compatibility issues and they
> > are
> > > > > resolved (like Apache BookKeeper and other non OS projects in my
> > > > company).
> > > > >
> > > > > I remember that Norbert pointed a problem with HBase client, that
> > uses
> > > > > getRevision() method, it would be super great to have some feedback
> > of
> > > > > compatibility of HBase with 3.6.1 client.
> > > > >
> > > > > I have deployed the snapshots to snapshots.apache.org, this way
> you
> > can
> > > > > easily test your project in CI, even on Travis.
> > > > >
> > > > > I have created the work branch for release
> > > > > https://github.com/apache/zookeeper/tree/release-3.6.1
> > > > >
> > > > > Please ping me if you have any questions or concerns or you need to
> > add
> > > > new
> > > > > items.
> > > > >
> > > > > I will start the release procedure once I have self validated the
> > status
> > > > of
> > > > > that branch
> > > > >
> > > > > Stay tuned
> > > > >
> > > > > Enrico
> > > > >
> > > >
> >
>


Re: Cutting 3.6.1 HEADS UP !

2020-04-09 Thread Enrico Olivelli
Il Ven 10 Apr 2020, 04:35 Christopher  ha scritto:

> I don't anticipate any issues, but I can test Accumulo with the
> release candidate when it's ready.
> Do you already have the binary tarball built and uploaded somewhere?
>

Not yet.
I will do it today or in the weekend.
Btw if you build from release-3.6.1 on Linux with JDK8 the results should
be the same.
You can use the docker env
dev/docker/run.sh

I will use a Fedora 31 box directly

Enrico


> On Thu, Apr 9, 2020 at 2:43 PM Enrico Olivelli 
> wrote:
> >
> > Il Gio 9 Apr 2020, 20:33 Norbert Kalmar 
> ha
> > scritto:
> >
> > > Hi Enrico,
> > >
> > > Thanks for driving this!
> > >
> > > I managed to build HBase with ZooKeeper 3.5.7 having cherry-picked the
> > > getRevision() patch. I know it's not 3.6.x, but I found the problem
> with
> > > this 3.5.7 and fixed it according to this on 3.6 as well. So it should
> be
> > > fine now.
> > >
> >
> > Thank you
> >
> > Enrico
> >
> > >
> > > - Norbert
> > >
> > > On Thu, Apr 9, 2020 at 11:00 AM Enrico Olivelli 
> > > wrote:
> > >
> > > > Hi,
> > > > I am going to prepare a release candidate for ZooKeeper 3.6.1.
> > > >
> > > > There is no JIRA issue with fixVersion = 3.6.1 that is unresolved.
> > > >
> > > > I have tested a few projects that had compatibility issues and they
> are
> > > > resolved (like Apache BookKeeper and other non OS projects in my
> > > company).
> > > >
> > > > I remember that Norbert pointed a problem with HBase client, that
> uses
> > > > getRevision() method, it would be super great to have some feedback
> of
> > > > compatibility of HBase with 3.6.1 client.
> > > >
> > > > I have deployed the snapshots to snapshots.apache.org, this way you
> can
> > > > easily test your project in CI, even on Travis.
> > > >
> > > > I have created the work branch for release
> > > > https://github.com/apache/zookeeper/tree/release-3.6.1
> > > >
> > > > Please ping me if you have any questions or concerns or you need to
> add
> > > new
> > > > items.
> > > >
> > > > I will start the release procedure once I have self validated the
> status
> > > of
> > > > that branch
> > > >
> > > > Stay tuned
> > > >
> > > > Enrico
> > > >
> > >
>


Re: Cutting 3.6.1 HEADS UP !

2020-04-09 Thread Christopher
I don't anticipate any issues, but I can test Accumulo with the
release candidate when it's ready.
Do you already have the binary tarball built and uploaded somewhere?

On Thu, Apr 9, 2020 at 2:43 PM Enrico Olivelli  wrote:
>
> Il Gio 9 Apr 2020, 20:33 Norbert Kalmar  ha
> scritto:
>
> > Hi Enrico,
> >
> > Thanks for driving this!
> >
> > I managed to build HBase with ZooKeeper 3.5.7 having cherry-picked the
> > getRevision() patch. I know it's not 3.6.x, but I found the problem with
> > this 3.5.7 and fixed it according to this on 3.6 as well. So it should be
> > fine now.
> >
>
> Thank you
>
> Enrico
>
> >
> > - Norbert
> >
> > On Thu, Apr 9, 2020 at 11:00 AM Enrico Olivelli 
> > wrote:
> >
> > > Hi,
> > > I am going to prepare a release candidate for ZooKeeper 3.6.1.
> > >
> > > There is no JIRA issue with fixVersion = 3.6.1 that is unresolved.
> > >
> > > I have tested a few projects that had compatibility issues and they are
> > > resolved (like Apache BookKeeper and other non OS projects in my
> > company).
> > >
> > > I remember that Norbert pointed a problem with HBase client, that uses
> > > getRevision() method, it would be super great to have some feedback of
> > > compatibility of HBase with 3.6.1 client.
> > >
> > > I have deployed the snapshots to snapshots.apache.org, this way you can
> > > easily test your project in CI, even on Travis.
> > >
> > > I have created the work branch for release
> > > https://github.com/apache/zookeeper/tree/release-3.6.1
> > >
> > > Please ping me if you have any questions or concerns or you need to add
> > new
> > > items.
> > >
> > > I will start the release procedure once I have self validated the status
> > of
> > > that branch
> > >
> > > Stay tuned
> > >
> > > Enrico
> > >
> >


Re: Cutting 3.6.1 HEADS UP !

2020-04-09 Thread Enrico Olivelli
Il Gio 9 Apr 2020, 20:33 Norbert Kalmar  ha
scritto:

> Hi Enrico,
>
> Thanks for driving this!
>
> I managed to build HBase with ZooKeeper 3.5.7 having cherry-picked the
> getRevision() patch. I know it's not 3.6.x, but I found the problem with
> this 3.5.7 and fixed it according to this on 3.6 as well. So it should be
> fine now.
>

Thank you

Enrico

>
> - Norbert
>
> On Thu, Apr 9, 2020 at 11:00 AM Enrico Olivelli 
> wrote:
>
> > Hi,
> > I am going to prepare a release candidate for ZooKeeper 3.6.1.
> >
> > There is no JIRA issue with fixVersion = 3.6.1 that is unresolved.
> >
> > I have tested a few projects that had compatibility issues and they are
> > resolved (like Apache BookKeeper and other non OS projects in my
> company).
> >
> > I remember that Norbert pointed a problem with HBase client, that uses
> > getRevision() method, it would be super great to have some feedback of
> > compatibility of HBase with 3.6.1 client.
> >
> > I have deployed the snapshots to snapshots.apache.org, this way you can
> > easily test your project in CI, even on Travis.
> >
> > I have created the work branch for release
> > https://github.com/apache/zookeeper/tree/release-3.6.1
> >
> > Please ping me if you have any questions or concerns or you need to add
> new
> > items.
> >
> > I will start the release procedure once I have self validated the status
> of
> > that branch
> >
> > Stay tuned
> >
> > Enrico
> >
>


Re: Cutting 3.6.1 HEADS UP !

2020-04-09 Thread Norbert Kalmar
Hi Enrico,

Thanks for driving this!

I managed to build HBase with ZooKeeper 3.5.7 having cherry-picked the
getRevision() patch. I know it's not 3.6.x, but I found the problem with
this 3.5.7 and fixed it according to this on 3.6 as well. So it should be
fine now.

- Norbert

On Thu, Apr 9, 2020 at 11:00 AM Enrico Olivelli  wrote:

> Hi,
> I am going to prepare a release candidate for ZooKeeper 3.6.1.
>
> There is no JIRA issue with fixVersion = 3.6.1 that is unresolved.
>
> I have tested a few projects that had compatibility issues and they are
> resolved (like Apache BookKeeper and other non OS projects in my company).
>
> I remember that Norbert pointed a problem with HBase client, that uses
> getRevision() method, it would be super great to have some feedback of
> compatibility of HBase with 3.6.1 client.
>
> I have deployed the snapshots to snapshots.apache.org, this way you can
> easily test your project in CI, even on Travis.
>
> I have created the work branch for release
> https://github.com/apache/zookeeper/tree/release-3.6.1
>
> Please ping me if you have any questions or concerns or you need to add new
> items.
>
> I will start the release procedure once I have self validated the status of
> that branch
>
> Stay tuned
>
> Enrico
>