You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by Andor Molnar <an...@apache.org> on 2019/02/27 16:48:16 UTC

[VOTE] Apache ZooKeeper release 3.4.14 candidate 4

This is a bugfix release candidate for 3.4.14. It fixes 8 issues, mostly build / unit tests issues,
dependency updates flagged by OWASP, NPE and a name resolution problem. Among these it also supports
experimental Maven build and Markdown based documentation generation.

The full release notes is available at:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801&version=12343587

*** Please download, test and vote by February 24th 2019, 23:59 UTC+0. ***

Source files:
https://dist.apache.org/repos/dist/dev/zookeeper/zookeeper-3.4.14-rc4/

Maven staging repo:
https://repository.apache.org/content/groups/staging/org/apache/zookeeper/zookeeper/3.4.14/

The release candidate tag in git to be voted upon: release-3.4.14-rc4

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?

Regards,
Andor



Re: [VOTE] Apache ZooKeeper release 3.4.14 candidate 4

Posted by Patrick Hunt <ph...@apache.org>.
-1 - "spotbugs-annotations-3.1.9.jar" is still being distributed in the lib
directory. (I highlighted this in my comments on RC3 as well)

Regards,

Patrick

On Wed, Feb 27, 2019 at 8:48 AM Andor Molnar <an...@apache.org> wrote:

> This is a bugfix release candidate for 3.4.14. It fixes 8 issues, mostly
> build / unit tests issues,
> dependency updates flagged by OWASP, NPE and a name resolution problem.
> Among these it also supports
> experimental Maven build and Markdown based documentation generation.
>
> The full release notes is available at:
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801&version=12343587
>
> *** Please download, test and vote by February 24th 2019, 23:59 UTC+0. ***
>
> Source files:
> https://dist.apache.org/repos/dist/dev/zookeeper/zookeeper-3.4.14-rc4/
>
> Maven staging repo:
>
> https://repository.apache.org/content/groups/staging/org/apache/zookeeper/zookeeper/3.4.14/
>
> The release candidate tag in git to be voted upon: release-3.4.14-rc4
>
> 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?
>
> Regards,
> Andor
>
>
>

Re: [VOTE] Apache ZooKeeper release 3.4.14 candidate 4

Posted by Norbert Kalmar <nk...@cloudera.com.INVALID>.
p.s.: I didn't run into the error mentioned by Enrico.

On Thu, Feb 28, 2019 at 3:44 PM Norbert Kalmar <nk...@cloudera.com> wrote:

> +1 (non-binding)
>
> Note: tarball still contains /lib/spotbugs-annotations-3.1.9.jar in the
> new release. No license file for it either. But I think this is intentional
> and fine, right?
>
> Otherwise:
>
> checked signatures and checksums
> built from source (oracle jdk8 and openjdk 11.0.2)
> run java tests (openjdk 11.0.2)
> run native tests
> checked jar files and license files compared to 3.4.13
> run zk in a 3-node ensemble (openjdk 11.0.2)
> run cli and tested basic commands
>
> Regards,
> Norbert
>
>
>
> On Thu, Feb 28, 2019 at 3:02 PM Enrico Olivelli <eo...@gmail.com>
> wrote:
>
>> +1 (non binding)
>> run java tests
>> run smoke tests
>> checked signatures and checksums
>> all with Java8 on Fedora
>>
>> I am getting  this error during the compilation of the c-client
>>
>> error: '%d' directive writing between 1 and 5 bytes into a region of
>> size between 0 and 127 [-Werror=format-overflow=]
>> [exec] sprintf(buf,"%s:%d",addrstr,ntohs(port));
>>
>> This is not blocker as in my box I never got to compile the C client.
>> I can't tell it is a real problem.
>>
>> Enrico
>>
>> Il giorno mer 27 feb 2019 alle ore 17:48 Andor Molnar
>> <an...@apache.org> ha scritto:
>> >
>> > This is a bugfix release candidate for 3.4.14. It fixes 8 issues,
>> mostly build / unit tests issues,
>> > dependency updates flagged by OWASP, NPE and a name resolution problem.
>> Among these it also supports
>> > experimental Maven build and Markdown based documentation generation.
>> >
>> > The full release notes is available at:
>> >
>> >
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801&version=12343587
>> >
>> > *** Please download, test and vote by February 24th 2019, 23:59 UTC+0.
>> ***
>> >
>> > Source files:
>> > https://dist.apache.org/repos/dist/dev/zookeeper/zookeeper-3.4.14-rc4/
>> >
>> > Maven staging repo:
>> >
>> https://repository.apache.org/content/groups/staging/org/apache/zookeeper/zookeeper/3.4.14/
>> >
>> > The release candidate tag in git to be voted upon: release-3.4.14-rc4
>> >
>> > 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?
>> >
>> > Regards,
>> > Andor
>> >
>> >
>>
>

Re: [VOTE] Apache ZooKeeper release 3.4.14 candidate 4

Posted by Norbert Kalmar <nk...@cloudera.com.INVALID>.
+1 (non-binding)

Note: tarball still contains /lib/spotbugs-annotations-3.1.9.jar in the new
release. No license file for it either. But I think this is intentional and
fine, right?

Otherwise:

checked signatures and checksums
built from source (oracle jdk8 and openjdk 11.0.2)
run java tests (openjdk 11.0.2)
run native tests
checked jar files and license files compared to 3.4.13
run zk in a 3-node ensemble (openjdk 11.0.2)
run cli and tested basic commands

Regards,
Norbert



On Thu, Feb 28, 2019 at 3:02 PM Enrico Olivelli <eo...@gmail.com> wrote:

> +1 (non binding)
> run java tests
> run smoke tests
> checked signatures and checksums
> all with Java8 on Fedora
>
> I am getting  this error during the compilation of the c-client
>
> error: '%d' directive writing between 1 and 5 bytes into a region of
> size between 0 and 127 [-Werror=format-overflow=]
> [exec] sprintf(buf,"%s:%d",addrstr,ntohs(port));
>
> This is not blocker as in my box I never got to compile the C client.
> I can't tell it is a real problem.
>
> Enrico
>
> Il giorno mer 27 feb 2019 alle ore 17:48 Andor Molnar
> <an...@apache.org> ha scritto:
> >
> > This is a bugfix release candidate for 3.4.14. It fixes 8 issues, mostly
> build / unit tests issues,
> > dependency updates flagged by OWASP, NPE and a name resolution problem.
> Among these it also supports
> > experimental Maven build and Markdown based documentation generation.
> >
> > The full release notes is available at:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801&version=12343587
> >
> > *** Please download, test and vote by February 24th 2019, 23:59 UTC+0.
> ***
> >
> > Source files:
> > https://dist.apache.org/repos/dist/dev/zookeeper/zookeeper-3.4.14-rc4/
> >
> > Maven staging repo:
> >
> https://repository.apache.org/content/groups/staging/org/apache/zookeeper/zookeeper/3.4.14/
> >
> > The release candidate tag in git to be voted upon: release-3.4.14-rc4
> >
> > 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?
> >
> > Regards,
> > Andor
> >
> >
>

Re: [VOTE] Apache ZooKeeper release 3.4.14 candidate 4

Posted by Enrico Olivelli <eo...@gmail.com>.
+1 (non binding)
run java tests
run smoke tests
checked signatures and checksums
all with Java8 on Fedora

I am getting  this error during the compilation of the c-client

error: '%d' directive writing between 1 and 5 bytes into a region of
size between 0 and 127 [-Werror=format-overflow=]
[exec] sprintf(buf,"%s:%d",addrstr,ntohs(port));

This is not blocker as in my box I never got to compile the C client.
I can't tell it is a real problem.

Enrico

Il giorno mer 27 feb 2019 alle ore 17:48 Andor Molnar
<an...@apache.org> ha scritto:
>
> This is a bugfix release candidate for 3.4.14. It fixes 8 issues, mostly build / unit tests issues,
> dependency updates flagged by OWASP, NPE and a name resolution problem. Among these it also supports
> experimental Maven build and Markdown based documentation generation.
>
> The full release notes is available at:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801&version=12343587
>
> *** Please download, test and vote by February 24th 2019, 23:59 UTC+0. ***
>
> Source files:
> https://dist.apache.org/repos/dist/dev/zookeeper/zookeeper-3.4.14-rc4/
>
> Maven staging repo:
> https://repository.apache.org/content/groups/staging/org/apache/zookeeper/zookeeper/3.4.14/
>
> The release candidate tag in git to be voted upon: release-3.4.14-rc4
>
> 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?
>
> Regards,
> Andor
>
>