You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Nozomi Kurihara <nk...@yahoo-corp.jp> on 2017/11/30 05:57:14 UTC

[VOTE] Pulsar 1.21.0-incubating Release Candidate 2

This is the THIRD release candidate for Apache Pulsar, version 1.21.0-incubating.

It fixes the following issues:
https://github.com/apache/incubator-pulsar/milestone/10?closed=1

*** Please download, test and vote by December 5th 2017, 10:00 GMT.

Note that we are voting upon the source (tag), binaries are provided for convenience.

Source and binary files:
https://dist.apache.org/repos/dist/dev/incubator/pulsar/pulsar-1.21.0-incubating-candidate-2/

Maven staging repo:
https://repository.apache.org/content/repositories/orgapachepulsar-1004/

The tag to be voted upon:
v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d77419004abe88)
https://github.com/apache/incubator-pulsar/releases/tag/v1.21.0-incubating-candidate-2

Pulsar's KEYS file containing PGP keys we use to sign the release:
https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS

Please download the the source package, and follow the README to build and run the Pulsar standalone service.

Thanks,
Nozomi

RE: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Posted by Nozomi Kurihara <nk...@yahoo-corp.jp>.
Hi all,


I'm sorry that this vote is canceled.


I created another candidate including more bug fixes:


  *   https://github.com/apache/incubator-pulsar/pull/936
  *   https://github.com/apache/incubator-pulsar/pull/934
  *   https://github.com/apache/incubator-pulsar/pull/940
  *   https://github.com/apache/incubator-pulsar/pull/938
  *   https://github.com/apache/incubator-pulsar/pull/943
  *   https://github.com/apache/incubator-pulsar/pull/944


Soon I will open another vote.


Regards,

Nozomi

________________________________
差出人: Matteo Merli <mm...@apache.org>
送信日時: 2017年12月6日 9:36:24
宛先: dev@pulsar.incubator.apache.org
件名: Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Hi Nozomi, I have just pushed the commit on branch-1.21



On Tue, Dec 5, 2017 at 4:26 PM Nozomi Kurihara <nk...@yahoo-corp.jp>
wrote:

> Hi Ivan, Matteo,
>
>
> Thanks for pointing out the issue.
>
> I will create another candidate with including
> https://github.com/apache/incubator-pulsar/pull/940.
>
>
> Regards,
>
> Nozomi
>
> ________________________________
> 差出人: Ivan Kelly <iv...@apache.org>
> 送信日時: 2017年12月6日 5:25:45
> 宛先: dev@pulsar.incubator.apache.org
> 件名: Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2
>
> I haven't confirmed the behaviour with source, but I can confirm that
> two netty jars are being pulled in:
>
> $ cat all/target/classpath.txt | sed 's/:/\n/g' | grep netty
>
> /home/ivan/.m2/repository/io/netty/netty-all/4.1.12.Final/netty-all-4.1.12.Final.jar
>
> /home/ivan/.m2/repository/org/asynchttpclient/async-http-client-netty-utils/2.1.0-alpha26/async-http-client-netty-utils-2.1.0-alpha26.jar
>
> /home/ivan/.m2/repository/com/typesafe/netty/netty-reactive-streams/2.0.0/netty-reactive-streams-2.0.0.jar
>
> /home/ivan/.m2/repository/io/netty/netty/3.10.1.Final/netty-3.10.1.Final.jar
>
> The discussion was a PM on slack. I wanted to confirm it wasn't a
> known issue/configuration thing before going to list.
>
> -Ivan
>
>
> On Tue, Dec 5, 2017 at 9:19 PM, Matteo Merli <mm...@apache.org> wrote:
> > Confirm that. I have seen the same error on the binaries. Building from
> > source leads to the same issue. The service starts well on MacOS because
> > the dependency conflict only happens on the netty native deps.
> >
> > I have created a PR at
> https://github.com/apache/incubator-pulsar/pull/940
> >
> > I think this should be a blocker for release.
> >
> >
> > On Tue, Dec 5, 2017 at 12:13 PM Dave Fisher <da...@comcast.net>
> wrote:
> >
> >> Hi -
> >>
> >> If you build from source do you have this same issue?
> >>
> >> Where was your discussion with Matteo? If not on the mailing list then
> it
> >> ought to be for full exposure and informed decision making.
> >>
> >> Regards,
> >> Dave
> >>
> >> > On Dec 5, 2017, at 12:08 PM, Ivan Kelly <iv...@apache.org> wrote:
> >> >
> >> > -1 on this release.
> >> >
> >> > There's a bunch of netty jars being shipped with the binary
> >> > distribution which makes publication fail with an error such as:
> >> > 2017-12-05 15:31:07,922 - WARN  - [pulsar-client-io-2-1:ClientCnx@156
> ]
> >> > - [id: 0xd1059600, L:/10.142.0.5:34890 !
> >> > R:pulsar3-us-east.c.ivan-184610.internal/10.142.0.7:6650] Exception
> >> > caught: writev(..) failed: Bad address
> >> > io.netty.channel.unix.Errors$NativeIoException: writev(..) failed: Bad
> >> address
> >> >        at io.netty.channel.unix.Errors.newIOException(Errors.java:117)
> >> >        at io.netty.channel.unix.Errors.ioResult(Errors.java:138)
> >> >        at
> >> io.netty.channel.unix.FileDescriptor.writev(FileDescriptor.java:148)
> >> >
> >> > I've discussed with Matteo, and only the only netty jar in the package
> >> > should be lib/io.netty-netty-all-4.1.12.Final.jar   .
> >> >
> >> > Sorry folks,
> >> > Ivan
> >> >
> >> > On Tue, Dec 5, 2017 at 9:15 AM, Masahiro Sakamoto
> >> > <ma...@yahoo-corp.jp> wrote:
> >> >> +1
> >> >>
> >> >> Environment: Linux (CentOS 6.7)
> >> >>
> >> >> Checked:
> >> >> - signatures and checksum
> >> >> - start standalone service and producer/consumer client test
> >> >> - rat check
> >> >> - compile and unit test
> >> >>
> >> >> --
> >> >> Masahiro Sakamoto
> >> >> Yahoo Japan Corp.
> >> >> E-mail: massakam@yahoo-corp.jp
> >> >> --
> >> >>
> >> >>> -----Original Message-----
> >> >>> From: Sijie Guo [mailto:guosijie@gmail.com]
> >> >>> Sent: Saturday, December 02, 2017 1:28 PM
> >> >>> To: dev@pulsar.incubator.apache.org
> >> >>> Subject: Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2
> >> >>>
> >> >>> +1 (non-binding)
> >> >>>
> >> >>> Environment: mac 10.13.1
> >> >>>
> >> >>> - packages look good (checked signatures, checksum)
> >> >>> - try out the standalone service and run a simple pulsar tutorial
> >> application
> >> >>> - compile the src package
> >> >>>
> >> >>> - Sijie
> >> >>>
> >> >>> On Fri, Dec 1, 2017 at 12:22 PM, Rajan Dhabalia <
> rdhabalia@apache.org>
> >> >>> wrote:
> >> >>>
> >> >>>> +1 (binding)
> >> >>>>
> >> >>>> Environment: Mac-OS 10.12.6
> >> >>>>
> >> >>>> Checked:
> >> >>>> - signatures and checksum
> >> >>>> - start standalone service and producer/consumer client test
> (Src/Bin
> >> >>>> distribution)
> >> >>>> - rat check on Src distribution
> >> >>>> - compile and unit test on src distribution
> >> >>>> - maven repository artifacts
> >> >>>>
> >> >>>> Thanks,
> >> >>>> Rajan
> >> >>>>
> >> >>>> On Wed, Nov 29, 2017 at 9:57 PM, Nozomi Kurihara
> >> >>>> <nk...@yahoo-corp.jp>
> >> >>>> wrote:
> >> >>>>
> >> >>>>> This is the THIRD release candidate for Apache Pulsar, version
> >> >>>>> 1.21.0-incubating.
> >> >>>>>
> >> >>>>> It fixes the following issues:
> >> >>>>> https://github.com/apache/incubator-pulsar/milestone/10?closed=1
> >> >>>>>
> >> >>>>> *** Please download, test and vote by December 5th 2017, 10:00
> GMT.
> >> >>>>>
> >> >>>>> Note that we are voting upon the source (tag), binaries are
> provided
> >> >>>>> for convenience.
> >> >>>>>
> >> >>>>> Source and binary files:
> >> >>>>> https://dist.apache.org/repos/dist/dev/incubator/pulsar/
> >> >>>>> pulsar-1.21.0-incubating-candidate-2/
> >> >>>>>
> >> >>>>> Maven staging repo:
> >> >>>>>
> >> >>>
> https://repository.apache.org/content/repositories/orgapachepulsar-1
> >> >>>>> 004/
> >> >>>>>
> >> >>>>> The tag to be voted upon:
> >> >>>>> v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d774
> >> >>>> 19004abe88)
> >> >>>>> https://github.com/apache/incubator-pulsar/releases/tag/
> >> >>>>> v1.21.0-incubating-candidate-2
> >> >>>>>
> >> >>>>> Pulsar's KEYS file containing PGP keys we use to sign the release:
> >> >>>>> https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
> >> >>>>>
> >> >>>>> Please download the the source package, and follow the README to
> >> >>>>> build
> >> >>>> and
> >> >>>>> run the Pulsar standalone service.
> >> >>>>>
> >> >>>>> Thanks,
> >> >>>>> Nozomi
> >> >>>>>
> >> >>>>
> >>
> >> --
> > Matteo Merli
> > <mm...@apache.org>
>
--
Matteo Merli
<mm...@apache.org>

Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Posted by Matteo Merli <mm...@apache.org>.
Hi Nozomi, I have just pushed the commit on branch-1.21



On Tue, Dec 5, 2017 at 4:26 PM Nozomi Kurihara <nk...@yahoo-corp.jp>
wrote:

> Hi Ivan, Matteo,
>
>
> Thanks for pointing out the issue.
>
> I will create another candidate with including
> https://github.com/apache/incubator-pulsar/pull/940.
>
>
> Regards,
>
> Nozomi
>
> ________________________________
> 差出人: Ivan Kelly <iv...@apache.org>
> 送信日時: 2017年12月6日 5:25:45
> 宛先: dev@pulsar.incubator.apache.org
> 件名: Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2
>
> I haven't confirmed the behaviour with source, but I can confirm that
> two netty jars are being pulled in:
>
> $ cat all/target/classpath.txt | sed 's/:/\n/g' | grep netty
>
> /home/ivan/.m2/repository/io/netty/netty-all/4.1.12.Final/netty-all-4.1.12.Final.jar
>
> /home/ivan/.m2/repository/org/asynchttpclient/async-http-client-netty-utils/2.1.0-alpha26/async-http-client-netty-utils-2.1.0-alpha26.jar
>
> /home/ivan/.m2/repository/com/typesafe/netty/netty-reactive-streams/2.0.0/netty-reactive-streams-2.0.0.jar
>
> /home/ivan/.m2/repository/io/netty/netty/3.10.1.Final/netty-3.10.1.Final.jar
>
> The discussion was a PM on slack. I wanted to confirm it wasn't a
> known issue/configuration thing before going to list.
>
> -Ivan
>
>
> On Tue, Dec 5, 2017 at 9:19 PM, Matteo Merli <mm...@apache.org> wrote:
> > Confirm that. I have seen the same error on the binaries. Building from
> > source leads to the same issue. The service starts well on MacOS because
> > the dependency conflict only happens on the netty native deps.
> >
> > I have created a PR at
> https://github.com/apache/incubator-pulsar/pull/940
> >
> > I think this should be a blocker for release.
> >
> >
> > On Tue, Dec 5, 2017 at 12:13 PM Dave Fisher <da...@comcast.net>
> wrote:
> >
> >> Hi -
> >>
> >> If you build from source do you have this same issue?
> >>
> >> Where was your discussion with Matteo? If not on the mailing list then
> it
> >> ought to be for full exposure and informed decision making.
> >>
> >> Regards,
> >> Dave
> >>
> >> > On Dec 5, 2017, at 12:08 PM, Ivan Kelly <iv...@apache.org> wrote:
> >> >
> >> > -1 on this release.
> >> >
> >> > There's a bunch of netty jars being shipped with the binary
> >> > distribution which makes publication fail with an error such as:
> >> > 2017-12-05 15:31:07,922 - WARN  - [pulsar-client-io-2-1:ClientCnx@156
> ]
> >> > - [id: 0xd1059600, L:/10.142.0.5:34890 !
> >> > R:pulsar3-us-east.c.ivan-184610.internal/10.142.0.7:6650] Exception
> >> > caught: writev(..) failed: Bad address
> >> > io.netty.channel.unix.Errors$NativeIoException: writev(..) failed: Bad
> >> address
> >> >        at io.netty.channel.unix.Errors.newIOException(Errors.java:117)
> >> >        at io.netty.channel.unix.Errors.ioResult(Errors.java:138)
> >> >        at
> >> io.netty.channel.unix.FileDescriptor.writev(FileDescriptor.java:148)
> >> >
> >> > I've discussed with Matteo, and only the only netty jar in the package
> >> > should be lib/io.netty-netty-all-4.1.12.Final.jar   .
> >> >
> >> > Sorry folks,
> >> > Ivan
> >> >
> >> > On Tue, Dec 5, 2017 at 9:15 AM, Masahiro Sakamoto
> >> > <ma...@yahoo-corp.jp> wrote:
> >> >> +1
> >> >>
> >> >> Environment: Linux (CentOS 6.7)
> >> >>
> >> >> Checked:
> >> >> - signatures and checksum
> >> >> - start standalone service and producer/consumer client test
> >> >> - rat check
> >> >> - compile and unit test
> >> >>
> >> >> --
> >> >> Masahiro Sakamoto
> >> >> Yahoo Japan Corp.
> >> >> E-mail: massakam@yahoo-corp.jp
> >> >> --
> >> >>
> >> >>> -----Original Message-----
> >> >>> From: Sijie Guo [mailto:guosijie@gmail.com]
> >> >>> Sent: Saturday, December 02, 2017 1:28 PM
> >> >>> To: dev@pulsar.incubator.apache.org
> >> >>> Subject: Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2
> >> >>>
> >> >>> +1 (non-binding)
> >> >>>
> >> >>> Environment: mac 10.13.1
> >> >>>
> >> >>> - packages look good (checked signatures, checksum)
> >> >>> - try out the standalone service and run a simple pulsar tutorial
> >> application
> >> >>> - compile the src package
> >> >>>
> >> >>> - Sijie
> >> >>>
> >> >>> On Fri, Dec 1, 2017 at 12:22 PM, Rajan Dhabalia <
> rdhabalia@apache.org>
> >> >>> wrote:
> >> >>>
> >> >>>> +1 (binding)
> >> >>>>
> >> >>>> Environment: Mac-OS 10.12.6
> >> >>>>
> >> >>>> Checked:
> >> >>>> - signatures and checksum
> >> >>>> - start standalone service and producer/consumer client test
> (Src/Bin
> >> >>>> distribution)
> >> >>>> - rat check on Src distribution
> >> >>>> - compile and unit test on src distribution
> >> >>>> - maven repository artifacts
> >> >>>>
> >> >>>> Thanks,
> >> >>>> Rajan
> >> >>>>
> >> >>>> On Wed, Nov 29, 2017 at 9:57 PM, Nozomi Kurihara
> >> >>>> <nk...@yahoo-corp.jp>
> >> >>>> wrote:
> >> >>>>
> >> >>>>> This is the THIRD release candidate for Apache Pulsar, version
> >> >>>>> 1.21.0-incubating.
> >> >>>>>
> >> >>>>> It fixes the following issues:
> >> >>>>> https://github.com/apache/incubator-pulsar/milestone/10?closed=1
> >> >>>>>
> >> >>>>> *** Please download, test and vote by December 5th 2017, 10:00
> GMT.
> >> >>>>>
> >> >>>>> Note that we are voting upon the source (tag), binaries are
> provided
> >> >>>>> for convenience.
> >> >>>>>
> >> >>>>> Source and binary files:
> >> >>>>> https://dist.apache.org/repos/dist/dev/incubator/pulsar/
> >> >>>>> pulsar-1.21.0-incubating-candidate-2/
> >> >>>>>
> >> >>>>> Maven staging repo:
> >> >>>>>
> >> >>>
> https://repository.apache.org/content/repositories/orgapachepulsar-1
> >> >>>>> 004/
> >> >>>>>
> >> >>>>> The tag to be voted upon:
> >> >>>>> v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d774
> >> >>>> 19004abe88)
> >> >>>>> https://github.com/apache/incubator-pulsar/releases/tag/
> >> >>>>> v1.21.0-incubating-candidate-2
> >> >>>>>
> >> >>>>> Pulsar's KEYS file containing PGP keys we use to sign the release:
> >> >>>>> https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
> >> >>>>>
> >> >>>>> Please download the the source package, and follow the README to
> >> >>>>> build
> >> >>>> and
> >> >>>>> run the Pulsar standalone service.
> >> >>>>>
> >> >>>>> Thanks,
> >> >>>>> Nozomi
> >> >>>>>
> >> >>>>
> >>
> >> --
> > Matteo Merli
> > <mm...@apache.org>
>
-- 
Matteo Merli
<mm...@apache.org>

RE: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Posted by Nozomi Kurihara <nk...@yahoo-corp.jp>.
Hi Ivan, Matteo,


Thanks for pointing out the issue.

I will create another candidate with including https://github.com/apache/incubator-pulsar/pull/940.


Regards,

Nozomi

________________________________
差出人: Ivan Kelly <iv...@apache.org>
送信日時: 2017年12月6日 5:25:45
宛先: dev@pulsar.incubator.apache.org
件名: Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

I haven't confirmed the behaviour with source, but I can confirm that
two netty jars are being pulled in:

$ cat all/target/classpath.txt | sed 's/:/\n/g' | grep netty
/home/ivan/.m2/repository/io/netty/netty-all/4.1.12.Final/netty-all-4.1.12.Final.jar
/home/ivan/.m2/repository/org/asynchttpclient/async-http-client-netty-utils/2.1.0-alpha26/async-http-client-netty-utils-2.1.0-alpha26.jar
/home/ivan/.m2/repository/com/typesafe/netty/netty-reactive-streams/2.0.0/netty-reactive-streams-2.0.0.jar
/home/ivan/.m2/repository/io/netty/netty/3.10.1.Final/netty-3.10.1.Final.jar

The discussion was a PM on slack. I wanted to confirm it wasn't a
known issue/configuration thing before going to list.

-Ivan


On Tue, Dec 5, 2017 at 9:19 PM, Matteo Merli <mm...@apache.org> wrote:
> Confirm that. I have seen the same error on the binaries. Building from
> source leads to the same issue. The service starts well on MacOS because
> the dependency conflict only happens on the netty native deps.
>
> I have created a PR at https://github.com/apache/incubator-pulsar/pull/940
>
> I think this should be a blocker for release.
>
>
> On Tue, Dec 5, 2017 at 12:13 PM Dave Fisher <da...@comcast.net> wrote:
>
>> Hi -
>>
>> If you build from source do you have this same issue?
>>
>> Where was your discussion with Matteo? If not on the mailing list then it
>> ought to be for full exposure and informed decision making.
>>
>> Regards,
>> Dave
>>
>> > On Dec 5, 2017, at 12:08 PM, Ivan Kelly <iv...@apache.org> wrote:
>> >
>> > -1 on this release.
>> >
>> > There's a bunch of netty jars being shipped with the binary
>> > distribution which makes publication fail with an error such as:
>> > 2017-12-05 15:31:07,922 - WARN  - [pulsar-client-io-2-1:ClientCnx@156]
>> > - [id: 0xd1059600, L:/10.142.0.5:34890 !
>> > R:pulsar3-us-east.c.ivan-184610.internal/10.142.0.7:6650] Exception
>> > caught: writev(..) failed: Bad address
>> > io.netty.channel.unix.Errors$NativeIoException: writev(..) failed: Bad
>> address
>> >        at io.netty.channel.unix.Errors.newIOException(Errors.java:117)
>> >        at io.netty.channel.unix.Errors.ioResult(Errors.java:138)
>> >        at
>> io.netty.channel.unix.FileDescriptor.writev(FileDescriptor.java:148)
>> >
>> > I've discussed with Matteo, and only the only netty jar in the package
>> > should be lib/io.netty-netty-all-4.1.12.Final.jar   .
>> >
>> > Sorry folks,
>> > Ivan
>> >
>> > On Tue, Dec 5, 2017 at 9:15 AM, Masahiro Sakamoto
>> > <ma...@yahoo-corp.jp> wrote:
>> >> +1
>> >>
>> >> Environment: Linux (CentOS 6.7)
>> >>
>> >> Checked:
>> >> - signatures and checksum
>> >> - start standalone service and producer/consumer client test
>> >> - rat check
>> >> - compile and unit test
>> >>
>> >> --
>> >> Masahiro Sakamoto
>> >> Yahoo Japan Corp.
>> >> E-mail: massakam@yahoo-corp.jp
>> >> --
>> >>
>> >>> -----Original Message-----
>> >>> From: Sijie Guo [mailto:guosijie@gmail.com]
>> >>> Sent: Saturday, December 02, 2017 1:28 PM
>> >>> To: dev@pulsar.incubator.apache.org
>> >>> Subject: Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2
>> >>>
>> >>> +1 (non-binding)
>> >>>
>> >>> Environment: mac 10.13.1
>> >>>
>> >>> - packages look good (checked signatures, checksum)
>> >>> - try out the standalone service and run a simple pulsar tutorial
>> application
>> >>> - compile the src package
>> >>>
>> >>> - Sijie
>> >>>
>> >>> On Fri, Dec 1, 2017 at 12:22 PM, Rajan Dhabalia <rd...@apache.org>
>> >>> wrote:
>> >>>
>> >>>> +1 (binding)
>> >>>>
>> >>>> Environment: Mac-OS 10.12.6
>> >>>>
>> >>>> Checked:
>> >>>> - signatures and checksum
>> >>>> - start standalone service and producer/consumer client test (Src/Bin
>> >>>> distribution)
>> >>>> - rat check on Src distribution
>> >>>> - compile and unit test on src distribution
>> >>>> - maven repository artifacts
>> >>>>
>> >>>> Thanks,
>> >>>> Rajan
>> >>>>
>> >>>> On Wed, Nov 29, 2017 at 9:57 PM, Nozomi Kurihara
>> >>>> <nk...@yahoo-corp.jp>
>> >>>> wrote:
>> >>>>
>> >>>>> This is the THIRD release candidate for Apache Pulsar, version
>> >>>>> 1.21.0-incubating.
>> >>>>>
>> >>>>> It fixes the following issues:
>> >>>>> https://github.com/apache/incubator-pulsar/milestone/10?closed=1
>> >>>>>
>> >>>>> *** Please download, test and vote by December 5th 2017, 10:00 GMT.
>> >>>>>
>> >>>>> Note that we are voting upon the source (tag), binaries are provided
>> >>>>> for convenience.
>> >>>>>
>> >>>>> Source and binary files:
>> >>>>> https://dist.apache.org/repos/dist/dev/incubator/pulsar/
>> >>>>> pulsar-1.21.0-incubating-candidate-2/
>> >>>>>
>> >>>>> Maven staging repo:
>> >>>>>
>> >>> https://repository.apache.org/content/repositories/orgapachepulsar-1
>> >>>>> 004/
>> >>>>>
>> >>>>> The tag to be voted upon:
>> >>>>> v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d774
>> >>>> 19004abe88)
>> >>>>> https://github.com/apache/incubator-pulsar/releases/tag/
>> >>>>> v1.21.0-incubating-candidate-2
>> >>>>>
>> >>>>> Pulsar's KEYS file containing PGP keys we use to sign the release:
>> >>>>> https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
>> >>>>>
>> >>>>> Please download the the source package, and follow the README to
>> >>>>> build
>> >>>> and
>> >>>>> run the Pulsar standalone service.
>> >>>>>
>> >>>>> Thanks,
>> >>>>> Nozomi
>> >>>>>
>> >>>>
>>
>> --
> Matteo Merli
> <mm...@apache.org>

Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Posted by Ivan Kelly <iv...@apache.org>.
I haven't confirmed the behaviour with source, but I can confirm that
two netty jars are being pulled in:

$ cat all/target/classpath.txt | sed 's/:/\n/g' | grep netty
/home/ivan/.m2/repository/io/netty/netty-all/4.1.12.Final/netty-all-4.1.12.Final.jar
/home/ivan/.m2/repository/org/asynchttpclient/async-http-client-netty-utils/2.1.0-alpha26/async-http-client-netty-utils-2.1.0-alpha26.jar
/home/ivan/.m2/repository/com/typesafe/netty/netty-reactive-streams/2.0.0/netty-reactive-streams-2.0.0.jar
/home/ivan/.m2/repository/io/netty/netty/3.10.1.Final/netty-3.10.1.Final.jar

The discussion was a PM on slack. I wanted to confirm it wasn't a
known issue/configuration thing before going to list.

-Ivan


On Tue, Dec 5, 2017 at 9:19 PM, Matteo Merli <mm...@apache.org> wrote:
> Confirm that. I have seen the same error on the binaries. Building from
> source leads to the same issue. The service starts well on MacOS because
> the dependency conflict only happens on the netty native deps.
>
> I have created a PR at https://github.com/apache/incubator-pulsar/pull/940
>
> I think this should be a blocker for release.
>
>
> On Tue, Dec 5, 2017 at 12:13 PM Dave Fisher <da...@comcast.net> wrote:
>
>> Hi -
>>
>> If you build from source do you have this same issue?
>>
>> Where was your discussion with Matteo? If not on the mailing list then it
>> ought to be for full exposure and informed decision making.
>>
>> Regards,
>> Dave
>>
>> > On Dec 5, 2017, at 12:08 PM, Ivan Kelly <iv...@apache.org> wrote:
>> >
>> > -1 on this release.
>> >
>> > There's a bunch of netty jars being shipped with the binary
>> > distribution which makes publication fail with an error such as:
>> > 2017-12-05 15:31:07,922 - WARN  - [pulsar-client-io-2-1:ClientCnx@156]
>> > - [id: 0xd1059600, L:/10.142.0.5:34890 !
>> > R:pulsar3-us-east.c.ivan-184610.internal/10.142.0.7:6650] Exception
>> > caught: writev(..) failed: Bad address
>> > io.netty.channel.unix.Errors$NativeIoException: writev(..) failed: Bad
>> address
>> >        at io.netty.channel.unix.Errors.newIOException(Errors.java:117)
>> >        at io.netty.channel.unix.Errors.ioResult(Errors.java:138)
>> >        at
>> io.netty.channel.unix.FileDescriptor.writev(FileDescriptor.java:148)
>> >
>> > I've discussed with Matteo, and only the only netty jar in the package
>> > should be lib/io.netty-netty-all-4.1.12.Final.jar   .
>> >
>> > Sorry folks,
>> > Ivan
>> >
>> > On Tue, Dec 5, 2017 at 9:15 AM, Masahiro Sakamoto
>> > <ma...@yahoo-corp.jp> wrote:
>> >> +1
>> >>
>> >> Environment: Linux (CentOS 6.7)
>> >>
>> >> Checked:
>> >> - signatures and checksum
>> >> - start standalone service and producer/consumer client test
>> >> - rat check
>> >> - compile and unit test
>> >>
>> >> --
>> >> Masahiro Sakamoto
>> >> Yahoo Japan Corp.
>> >> E-mail: massakam@yahoo-corp.jp
>> >> --
>> >>
>> >>> -----Original Message-----
>> >>> From: Sijie Guo [mailto:guosijie@gmail.com]
>> >>> Sent: Saturday, December 02, 2017 1:28 PM
>> >>> To: dev@pulsar.incubator.apache.org
>> >>> Subject: Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2
>> >>>
>> >>> +1 (non-binding)
>> >>>
>> >>> Environment: mac 10.13.1
>> >>>
>> >>> - packages look good (checked signatures, checksum)
>> >>> - try out the standalone service and run a simple pulsar tutorial
>> application
>> >>> - compile the src package
>> >>>
>> >>> - Sijie
>> >>>
>> >>> On Fri, Dec 1, 2017 at 12:22 PM, Rajan Dhabalia <rd...@apache.org>
>> >>> wrote:
>> >>>
>> >>>> +1 (binding)
>> >>>>
>> >>>> Environment: Mac-OS 10.12.6
>> >>>>
>> >>>> Checked:
>> >>>> - signatures and checksum
>> >>>> - start standalone service and producer/consumer client test (Src/Bin
>> >>>> distribution)
>> >>>> - rat check on Src distribution
>> >>>> - compile and unit test on src distribution
>> >>>> - maven repository artifacts
>> >>>>
>> >>>> Thanks,
>> >>>> Rajan
>> >>>>
>> >>>> On Wed, Nov 29, 2017 at 9:57 PM, Nozomi Kurihara
>> >>>> <nk...@yahoo-corp.jp>
>> >>>> wrote:
>> >>>>
>> >>>>> This is the THIRD release candidate for Apache Pulsar, version
>> >>>>> 1.21.0-incubating.
>> >>>>>
>> >>>>> It fixes the following issues:
>> >>>>> https://github.com/apache/incubator-pulsar/milestone/10?closed=1
>> >>>>>
>> >>>>> *** Please download, test and vote by December 5th 2017, 10:00 GMT.
>> >>>>>
>> >>>>> Note that we are voting upon the source (tag), binaries are provided
>> >>>>> for convenience.
>> >>>>>
>> >>>>> Source and binary files:
>> >>>>> https://dist.apache.org/repos/dist/dev/incubator/pulsar/
>> >>>>> pulsar-1.21.0-incubating-candidate-2/
>> >>>>>
>> >>>>> Maven staging repo:
>> >>>>>
>> >>> https://repository.apache.org/content/repositories/orgapachepulsar-1
>> >>>>> 004/
>> >>>>>
>> >>>>> The tag to be voted upon:
>> >>>>> v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d774
>> >>>> 19004abe88)
>> >>>>> https://github.com/apache/incubator-pulsar/releases/tag/
>> >>>>> v1.21.0-incubating-candidate-2
>> >>>>>
>> >>>>> Pulsar's KEYS file containing PGP keys we use to sign the release:
>> >>>>> https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
>> >>>>>
>> >>>>> Please download the the source package, and follow the README to
>> >>>>> build
>> >>>> and
>> >>>>> run the Pulsar standalone service.
>> >>>>>
>> >>>>> Thanks,
>> >>>>> Nozomi
>> >>>>>
>> >>>>
>>
>> --
> Matteo Merli
> <mm...@apache.org>

Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Posted by Matteo Merli <mm...@apache.org>.
Confirm that. I have seen the same error on the binaries. Building from
source leads to the same issue. The service starts well on MacOS because
the dependency conflict only happens on the netty native deps.

I have created a PR at https://github.com/apache/incubator-pulsar/pull/940

I think this should be a blocker for release.


On Tue, Dec 5, 2017 at 12:13 PM Dave Fisher <da...@comcast.net> wrote:

> Hi -
>
> If you build from source do you have this same issue?
>
> Where was your discussion with Matteo? If not on the mailing list then it
> ought to be for full exposure and informed decision making.
>
> Regards,
> Dave
>
> > On Dec 5, 2017, at 12:08 PM, Ivan Kelly <iv...@apache.org> wrote:
> >
> > -1 on this release.
> >
> > There's a bunch of netty jars being shipped with the binary
> > distribution which makes publication fail with an error such as:
> > 2017-12-05 15:31:07,922 - WARN  - [pulsar-client-io-2-1:ClientCnx@156]
> > - [id: 0xd1059600, L:/10.142.0.5:34890 !
> > R:pulsar3-us-east.c.ivan-184610.internal/10.142.0.7:6650] Exception
> > caught: writev(..) failed: Bad address
> > io.netty.channel.unix.Errors$NativeIoException: writev(..) failed: Bad
> address
> >        at io.netty.channel.unix.Errors.newIOException(Errors.java:117)
> >        at io.netty.channel.unix.Errors.ioResult(Errors.java:138)
> >        at
> io.netty.channel.unix.FileDescriptor.writev(FileDescriptor.java:148)
> >
> > I've discussed with Matteo, and only the only netty jar in the package
> > should be lib/io.netty-netty-all-4.1.12.Final.jar   .
> >
> > Sorry folks,
> > Ivan
> >
> > On Tue, Dec 5, 2017 at 9:15 AM, Masahiro Sakamoto
> > <ma...@yahoo-corp.jp> wrote:
> >> +1
> >>
> >> Environment: Linux (CentOS 6.7)
> >>
> >> Checked:
> >> - signatures and checksum
> >> - start standalone service and producer/consumer client test
> >> - rat check
> >> - compile and unit test
> >>
> >> --
> >> Masahiro Sakamoto
> >> Yahoo Japan Corp.
> >> E-mail: massakam@yahoo-corp.jp
> >> --
> >>
> >>> -----Original Message-----
> >>> From: Sijie Guo [mailto:guosijie@gmail.com]
> >>> Sent: Saturday, December 02, 2017 1:28 PM
> >>> To: dev@pulsar.incubator.apache.org
> >>> Subject: Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2
> >>>
> >>> +1 (non-binding)
> >>>
> >>> Environment: mac 10.13.1
> >>>
> >>> - packages look good (checked signatures, checksum)
> >>> - try out the standalone service and run a simple pulsar tutorial
> application
> >>> - compile the src package
> >>>
> >>> - Sijie
> >>>
> >>> On Fri, Dec 1, 2017 at 12:22 PM, Rajan Dhabalia <rd...@apache.org>
> >>> wrote:
> >>>
> >>>> +1 (binding)
> >>>>
> >>>> Environment: Mac-OS 10.12.6
> >>>>
> >>>> Checked:
> >>>> - signatures and checksum
> >>>> - start standalone service and producer/consumer client test (Src/Bin
> >>>> distribution)
> >>>> - rat check on Src distribution
> >>>> - compile and unit test on src distribution
> >>>> - maven repository artifacts
> >>>>
> >>>> Thanks,
> >>>> Rajan
> >>>>
> >>>> On Wed, Nov 29, 2017 at 9:57 PM, Nozomi Kurihara
> >>>> <nk...@yahoo-corp.jp>
> >>>> wrote:
> >>>>
> >>>>> This is the THIRD release candidate for Apache Pulsar, version
> >>>>> 1.21.0-incubating.
> >>>>>
> >>>>> It fixes the following issues:
> >>>>> https://github.com/apache/incubator-pulsar/milestone/10?closed=1
> >>>>>
> >>>>> *** Please download, test and vote by December 5th 2017, 10:00 GMT.
> >>>>>
> >>>>> Note that we are voting upon the source (tag), binaries are provided
> >>>>> for convenience.
> >>>>>
> >>>>> Source and binary files:
> >>>>> https://dist.apache.org/repos/dist/dev/incubator/pulsar/
> >>>>> pulsar-1.21.0-incubating-candidate-2/
> >>>>>
> >>>>> Maven staging repo:
> >>>>>
> >>> https://repository.apache.org/content/repositories/orgapachepulsar-1
> >>>>> 004/
> >>>>>
> >>>>> The tag to be voted upon:
> >>>>> v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d774
> >>>> 19004abe88)
> >>>>> https://github.com/apache/incubator-pulsar/releases/tag/
> >>>>> v1.21.0-incubating-candidate-2
> >>>>>
> >>>>> Pulsar's KEYS file containing PGP keys we use to sign the release:
> >>>>> https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
> >>>>>
> >>>>> Please download the the source package, and follow the README to
> >>>>> build
> >>>> and
> >>>>> run the Pulsar standalone service.
> >>>>>
> >>>>> Thanks,
> >>>>> Nozomi
> >>>>>
> >>>>
>
> --
Matteo Merli
<mm...@apache.org>

Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Posted by Dave Fisher <da...@comcast.net>.
Hi -

If you build from source do you have this same issue?

Where was your discussion with Matteo? If not on the mailing list then it ought to be for full exposure and informed decision making.

Regards,
Dave

> On Dec 5, 2017, at 12:08 PM, Ivan Kelly <iv...@apache.org> wrote:
> 
> -1 on this release.
> 
> There's a bunch of netty jars being shipped with the binary
> distribution which makes publication fail with an error such as:
> 2017-12-05 15:31:07,922 - WARN  - [pulsar-client-io-2-1:ClientCnx@156]
> - [id: 0xd1059600, L:/10.142.0.5:34890 !
> R:pulsar3-us-east.c.ivan-184610.internal/10.142.0.7:6650] Exception
> caught: writev(..) failed: Bad address
> io.netty.channel.unix.Errors$NativeIoException: writev(..) failed: Bad address
>        at io.netty.channel.unix.Errors.newIOException(Errors.java:117)
>        at io.netty.channel.unix.Errors.ioResult(Errors.java:138)
>        at io.netty.channel.unix.FileDescriptor.writev(FileDescriptor.java:148)
> 
> I've discussed with Matteo, and only the only netty jar in the package
> should be lib/io.netty-netty-all-4.1.12.Final.jar   .
> 
> Sorry folks,
> Ivan
> 
> On Tue, Dec 5, 2017 at 9:15 AM, Masahiro Sakamoto
> <ma...@yahoo-corp.jp> wrote:
>> +1
>> 
>> Environment: Linux (CentOS 6.7)
>> 
>> Checked:
>> - signatures and checksum
>> - start standalone service and producer/consumer client test
>> - rat check
>> - compile and unit test
>> 
>> --
>> Masahiro Sakamoto
>> Yahoo Japan Corp.
>> E-mail: massakam@yahoo-corp.jp
>> --
>> 
>>> -----Original Message-----
>>> From: Sijie Guo [mailto:guosijie@gmail.com]
>>> Sent: Saturday, December 02, 2017 1:28 PM
>>> To: dev@pulsar.incubator.apache.org
>>> Subject: Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2
>>> 
>>> +1 (non-binding)
>>> 
>>> Environment: mac 10.13.1
>>> 
>>> - packages look good (checked signatures, checksum)
>>> - try out the standalone service and run a simple pulsar tutorial application
>>> - compile the src package
>>> 
>>> - Sijie
>>> 
>>> On Fri, Dec 1, 2017 at 12:22 PM, Rajan Dhabalia <rd...@apache.org>
>>> wrote:
>>> 
>>>> +1 (binding)
>>>> 
>>>> Environment: Mac-OS 10.12.6
>>>> 
>>>> Checked:
>>>> - signatures and checksum
>>>> - start standalone service and producer/consumer client test (Src/Bin
>>>> distribution)
>>>> - rat check on Src distribution
>>>> - compile and unit test on src distribution
>>>> - maven repository artifacts
>>>> 
>>>> Thanks,
>>>> Rajan
>>>> 
>>>> On Wed, Nov 29, 2017 at 9:57 PM, Nozomi Kurihara
>>>> <nk...@yahoo-corp.jp>
>>>> wrote:
>>>> 
>>>>> This is the THIRD release candidate for Apache Pulsar, version
>>>>> 1.21.0-incubating.
>>>>> 
>>>>> It fixes the following issues:
>>>>> https://github.com/apache/incubator-pulsar/milestone/10?closed=1
>>>>> 
>>>>> *** Please download, test and vote by December 5th 2017, 10:00 GMT.
>>>>> 
>>>>> Note that we are voting upon the source (tag), binaries are provided
>>>>> for convenience.
>>>>> 
>>>>> Source and binary files:
>>>>> https://dist.apache.org/repos/dist/dev/incubator/pulsar/
>>>>> pulsar-1.21.0-incubating-candidate-2/
>>>>> 
>>>>> Maven staging repo:
>>>>> 
>>> https://repository.apache.org/content/repositories/orgapachepulsar-1
>>>>> 004/
>>>>> 
>>>>> The tag to be voted upon:
>>>>> v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d774
>>>> 19004abe88)
>>>>> https://github.com/apache/incubator-pulsar/releases/tag/
>>>>> v1.21.0-incubating-candidate-2
>>>>> 
>>>>> Pulsar's KEYS file containing PGP keys we use to sign the release:
>>>>> https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
>>>>> 
>>>>> Please download the the source package, and follow the README to
>>>>> build
>>>> and
>>>>> run the Pulsar standalone service.
>>>>> 
>>>>> Thanks,
>>>>> Nozomi
>>>>> 
>>>> 


Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Posted by Ivan Kelly <iv...@apache.org>.
-1 on this release.

There's a bunch of netty jars being shipped with the binary
distribution which makes publication fail with an error such as:
2017-12-05 15:31:07,922 - WARN  - [pulsar-client-io-2-1:ClientCnx@156]
- [id: 0xd1059600, L:/10.142.0.5:34890 !
R:pulsar3-us-east.c.ivan-184610.internal/10.142.0.7:6650] Exception
caught: writev(..) failed: Bad address
io.netty.channel.unix.Errors$NativeIoException: writev(..) failed: Bad address
        at io.netty.channel.unix.Errors.newIOException(Errors.java:117)
        at io.netty.channel.unix.Errors.ioResult(Errors.java:138)
        at io.netty.channel.unix.FileDescriptor.writev(FileDescriptor.java:148)

I've discussed with Matteo, and only the only netty jar in the package
should be lib/io.netty-netty-all-4.1.12.Final.jar   .

Sorry folks,
Ivan

On Tue, Dec 5, 2017 at 9:15 AM, Masahiro Sakamoto
<ma...@yahoo-corp.jp> wrote:
> +1
>
> Environment: Linux (CentOS 6.7)
>
> Checked:
> - signatures and checksum
> - start standalone service and producer/consumer client test
> - rat check
> - compile and unit test
>
> --
> Masahiro Sakamoto
> Yahoo Japan Corp.
> E-mail: massakam@yahoo-corp.jp
> --
>
>> -----Original Message-----
>> From: Sijie Guo [mailto:guosijie@gmail.com]
>> Sent: Saturday, December 02, 2017 1:28 PM
>> To: dev@pulsar.incubator.apache.org
>> Subject: Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2
>>
>> +1 (non-binding)
>>
>> Environment: mac 10.13.1
>>
>> - packages look good (checked signatures, checksum)
>> - try out the standalone service and run a simple pulsar tutorial application
>> - compile the src package
>>
>> - Sijie
>>
>> On Fri, Dec 1, 2017 at 12:22 PM, Rajan Dhabalia <rd...@apache.org>
>> wrote:
>>
>> > +1 (binding)
>> >
>> > Environment: Mac-OS 10.12.6
>> >
>> > Checked:
>> >  - signatures and checksum
>> >  - start standalone service and producer/consumer client test (Src/Bin
>> > distribution)
>> >  - rat check on Src distribution
>> >  - compile and unit test on src distribution
>> >  - maven repository artifacts
>> >
>> > Thanks,
>> > Rajan
>> >
>> > On Wed, Nov 29, 2017 at 9:57 PM, Nozomi Kurihara
>> > <nk...@yahoo-corp.jp>
>> > wrote:
>> >
>> > > This is the THIRD release candidate for Apache Pulsar, version
>> > > 1.21.0-incubating.
>> > >
>> > > It fixes the following issues:
>> > > https://github.com/apache/incubator-pulsar/milestone/10?closed=1
>> > >
>> > > *** Please download, test and vote by December 5th 2017, 10:00 GMT.
>> > >
>> > > Note that we are voting upon the source (tag), binaries are provided
>> > > for convenience.
>> > >
>> > > Source and binary files:
>> > > https://dist.apache.org/repos/dist/dev/incubator/pulsar/
>> > > pulsar-1.21.0-incubating-candidate-2/
>> > >
>> > > Maven staging repo:
>> > >
>> https://repository.apache.org/content/repositories/orgapachepulsar-1
>> > > 004/
>> > >
>> > > The tag to be voted upon:
>> > > v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d774
>> > 19004abe88)
>> > > https://github.com/apache/incubator-pulsar/releases/tag/
>> > > v1.21.0-incubating-candidate-2
>> > >
>> > > Pulsar's KEYS file containing PGP keys we use to sign the release:
>> > > https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
>> > >
>> > > Please download the the source package, and follow the README to
>> > > build
>> > and
>> > > run the Pulsar standalone service.
>> > >
>> > > Thanks,
>> > > Nozomi
>> > >
>> >

RE: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Posted by Masahiro Sakamoto <ma...@yahoo-corp.jp>.
+1

Environment: Linux (CentOS 6.7)

Checked:
- signatures and checksum
- start standalone service and producer/consumer client test
- rat check
- compile and unit test

--
Masahiro Sakamoto
Yahoo Japan Corp.
E-mail: massakam@yahoo-corp.jp
--

> -----Original Message-----
> From: Sijie Guo [mailto:guosijie@gmail.com]
> Sent: Saturday, December 02, 2017 1:28 PM
> To: dev@pulsar.incubator.apache.org
> Subject: Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2
> 
> +1 (non-binding)
> 
> Environment: mac 10.13.1
> 
> - packages look good (checked signatures, checksum)
> - try out the standalone service and run a simple pulsar tutorial application
> - compile the src package
> 
> - Sijie
> 
> On Fri, Dec 1, 2017 at 12:22 PM, Rajan Dhabalia <rd...@apache.org>
> wrote:
> 
> > +1 (binding)
> >
> > Environment: Mac-OS 10.12.6
> >
> > Checked:
> >  - signatures and checksum
> >  - start standalone service and producer/consumer client test (Src/Bin
> > distribution)
> >  - rat check on Src distribution
> >  - compile and unit test on src distribution
> >  - maven repository artifacts
> >
> > Thanks,
> > Rajan
> >
> > On Wed, Nov 29, 2017 at 9:57 PM, Nozomi Kurihara
> > <nk...@yahoo-corp.jp>
> > wrote:
> >
> > > This is the THIRD release candidate for Apache Pulsar, version
> > > 1.21.0-incubating.
> > >
> > > It fixes the following issues:
> > > https://github.com/apache/incubator-pulsar/milestone/10?closed=1
> > >
> > > *** Please download, test and vote by December 5th 2017, 10:00 GMT.
> > >
> > > Note that we are voting upon the source (tag), binaries are provided
> > > for convenience.
> > >
> > > Source and binary files:
> > > https://dist.apache.org/repos/dist/dev/incubator/pulsar/
> > > pulsar-1.21.0-incubating-candidate-2/
> > >
> > > Maven staging repo:
> > >
> https://repository.apache.org/content/repositories/orgapachepulsar-1
> > > 004/
> > >
> > > The tag to be voted upon:
> > > v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d774
> > 19004abe88)
> > > https://github.com/apache/incubator-pulsar/releases/tag/
> > > v1.21.0-incubating-candidate-2
> > >
> > > Pulsar's KEYS file containing PGP keys we use to sign the release:
> > > https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
> > >
> > > Please download the the source package, and follow the README to
> > > build
> > and
> > > run the Pulsar standalone service.
> > >
> > > Thanks,
> > > Nozomi
> > >
> >

Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Posted by Sijie Guo <gu...@gmail.com>.
+1 (non-binding)

Environment: mac 10.13.1

- packages look good (checked signatures, checksum)
- try out the standalone service and run a simple pulsar tutorial
application
- compile the src package

- Sijie

On Fri, Dec 1, 2017 at 12:22 PM, Rajan Dhabalia <rd...@apache.org>
wrote:

> +1 (binding)
>
> Environment: Mac-OS 10.12.6
>
> Checked:
>  - signatures and checksum
>  - start standalone service and producer/consumer client test (Src/Bin
> distribution)
>  - rat check on Src distribution
>  - compile and unit test on src distribution
>  - maven repository artifacts
>
> Thanks,
> Rajan
>
> On Wed, Nov 29, 2017 at 9:57 PM, Nozomi Kurihara <nk...@yahoo-corp.jp>
> wrote:
>
> > This is the THIRD release candidate for Apache Pulsar, version
> > 1.21.0-incubating.
> >
> > It fixes the following issues:
> > https://github.com/apache/incubator-pulsar/milestone/10?closed=1
> >
> > *** Please download, test and vote by December 5th 2017, 10:00 GMT.
> >
> > Note that we are voting upon the source (tag), binaries are provided for
> > convenience.
> >
> > Source and binary files:
> > https://dist.apache.org/repos/dist/dev/incubator/pulsar/
> > pulsar-1.21.0-incubating-candidate-2/
> >
> > Maven staging repo:
> > https://repository.apache.org/content/repositories/orgapachepulsar-1004/
> >
> > The tag to be voted upon:
> > v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d774
> 19004abe88)
> > https://github.com/apache/incubator-pulsar/releases/tag/
> > v1.21.0-incubating-candidate-2
> >
> > Pulsar's KEYS file containing PGP keys we use to sign the release:
> > https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
> >
> > Please download the the source package, and follow the README to build
> and
> > run the Pulsar standalone service.
> >
> > Thanks,
> > Nozomi
> >
>

Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Posted by Rajan Dhabalia <rd...@apache.org>.
+1 (binding)

Environment: Mac-OS 10.12.6

Checked:
 - signatures and checksum
 - start standalone service and producer/consumer client test (Src/Bin
distribution)
 - rat check on Src distribution
 - compile and unit test on src distribution
 - maven repository artifacts

Thanks,
Rajan

On Wed, Nov 29, 2017 at 9:57 PM, Nozomi Kurihara <nk...@yahoo-corp.jp>
wrote:

> This is the THIRD release candidate for Apache Pulsar, version
> 1.21.0-incubating.
>
> It fixes the following issues:
> https://github.com/apache/incubator-pulsar/milestone/10?closed=1
>
> *** Please download, test and vote by December 5th 2017, 10:00 GMT.
>
> Note that we are voting upon the source (tag), binaries are provided for
> convenience.
>
> Source and binary files:
> https://dist.apache.org/repos/dist/dev/incubator/pulsar/
> pulsar-1.21.0-incubating-candidate-2/
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachepulsar-1004/
>
> The tag to be voted upon:
> v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d77419004abe88)
> https://github.com/apache/incubator-pulsar/releases/tag/
> v1.21.0-incubating-candidate-2
>
> Pulsar's KEYS file containing PGP keys we use to sign the release:
> https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
>
> Please download the the source package, and follow the README to build and
> run the Pulsar standalone service.
>
> Thanks,
> Nozomi
>

Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Posted by Dave Fisher <da...@comcast.net>.
Hi -

> On Dec 1, 2017, at 5:59 AM, Jia Zhai <zh...@gmail.com> wrote:
> 
> +1,
> 
> Environment: MacOS 10.13.1
> 
> Checked:
> * CRCs: md5 and sha1,
> * Bin distribution:
>     - Start standalone service and producer/consumer test
> * Src distribution:
>     - Compile and unit tests
>     - RAT check
>     - Start standalone service
> 
> PS, RAT check passed on my check.
> 
> But some 2 small issues that I met:
> 1,  seems gpg signature need signed by others.

Yes, it is important that over time release managers have keys that are verified by others via key signing.

This process means meeting with someone already in the Apache Web of Trust and validating government issued ID that they are who they say and you are who you say. Typically this is done at Apachecon or by seeing others at conferences or meetings.

See https://mirror-vm.apache.org/~henkp/trust/ <https://mirror-vm.apache.org/~henkp/trust/>

Regards,
Dave

> 
> ```
> gpg --verify apache-pulsar-1.21.0-incubating-bin.tar.gz.asc
> apache-pulsar-1.21.0-incubating-bin.tar.gz
> 
> 
> gpg: Signature made Thu Nov 30 13:25:16 2017 CST
> 
> gpg:                using RSA key 000A0885253005EBF749E283A92D27AAC3D80414
> 
> gpg: Good signature from "Nozomi Kurihara (CODE SIGNING KEY) <
> nkurihar@apache.org>" [unknown]
> 
> gpg: WARNING: This key is not certified with a trusted signature!
> 
> gpg:          There is no indication that the signature belongs to the
> owner.
> 
> Primary key fingerprint: 000A 0885 2530 05EB F749  E283 A92D 27AA C3D8 0414
> ```
> 
> 2,  some findbugs error reporting for src, by command "mvn findbugs:check ":
> 
> ```
> 
> [INFO] com.scurrilous.circe.HashSupport$SetComparator implements Comparator
> but not Serializable [com.scurrilous.circe.HashSupport$SetComparator] At
> HashSupport.java:[lines 173-176] SE_COMPARATOR_SHOULD_BE_SERIALIZABLE
> 
> [INFO] com.scurrilous.circe.params.SimpleHashParameters.equals(Object)
> fails for subtypes [com.scurrilous.circe.params.SimpleHashParameters] At
> SimpleHashParameters.java:[line 51] EQ_GETCLASS_AND_CLASS_CONSTANT
> 
> [INFO]
> org.apache.pulsar.checksum.utils.NativeUtils.loadLibraryFromJar(String) may
> fail to clean up java.io.InputStream on checked exception
> [org.apache.pulsar.checksum.utils.NativeUtils,
> org.apache.pulsar.checksum.utils.NativeUtils,
> org.apache.pulsar.checksum.utils.NativeUtils] Obligation to clean up
> resource created at NativeUtils.java:[line 62] is not dischargedPath
> continues at NativeUtils.java:[line 63]Path continues at
> NativeUtils.java:[line 67] OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE
> 
> [INFO] Exceptional return value of java.io.File.delete() ignored in
> org.apache.pulsar.checksum.utils.NativeUtils.loadLibraryFromJar(String)
> [org.apache.pulsar.checksum.utils.NativeUtils] At NativeUtils.java:[line
> 51] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
> 
> [INFO]
> 
> ```
> 
> On Fri, Dec 1, 2017 at 10:29 AM, Nozomi Kurihara <nk...@yahoo-corp.jp>
> wrote:
> 
>> Hi Dave,
>> 
>> 
>> Thanks for your detailed check.
>> 
>> 
>> However, I have not seen
>> 
>> 
>>> - rat check.
>> 
>>> Files missing headers: dependency-reduced-pom.xml which is generated.
>>> Please add an exclude to the pom.xml:
>>> 720d719
>>> <     <exclude>**/dependency-reduced-pom.xml</exclude>
>> 
>> by executing $mvn apache-rat:check in the src package.
>> Could you tell me the reproducing procedure?
>> 
>> Thanks,
>> Nozomi
>> 
>> ________________________________
>> 差出人: Dave Fisher <da...@comcast.net>
>> 送信日時: 2017年12月1日 8:37:50
>> 宛先: dev@pulsar.incubator.apache.org
>> 件名: Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2
>> 
>> +1 (IPMC Binding)
>> 
>> Environment: macOS 10.12.6
>> 
>> Checked all signatures and check sums - SHA is 512 bits.
>> 
>> BIN distribution.
>> - NOTICE, README, LICENSE and DISCLAIMER.
>> ——> Binary licenses are in a subdirectory and probably ought to be in the
>> full LICENSE file. For next time IMHO.
>> - Started the standalone service - I’m not sure how well it worked, but
>> had a lot of INFO log messages.
>> 
>> SRC distribution
>> - NOTICE. README, LICENSE and DISCLAIMER
>> - mvn install - all tests passed.
>> - rat check.
>> Files missing headers: dependency-reduced-pom.xml which is generated.
>> Please add an exclude to the pom.xml:
>> 720d719
>> <     <exclude>**/dependency-reduced-pom.xml</exclude>
>> 
>> - Started the standalone service - looked similar to the bin results.
>> 
>> It is up to the Release Manager to decide to fix the exclude now and recut
>> the release or wait until next release.
>> I also recommend removing the inactive license check plugin -
>> license-maven-plugin
>> 
>> Regards,
>> Dave
>> 
>> On Nov 30, 2017, at 10:00 AM, Matteo Merli <matteo.merli@gmail.com<mailto:
>> matteo.merli@gmail.com>> wrote:
>> 
>> +1 (binding)
>> 
>> Environment: MacOS 10.12
>> 
>> Checked:
>> * Signatures, crc
>> * Bin distribution:
>>    - NOTICE, README, LICENSE
>>    - Start standalone service and producer/consumer test
>> * Src distribution:
>>    - NOTICE,  README, LICENSE
>>    - Compile and unit tests
>>    - RAT check
>>    - Start standalone service
>> * Checked staging maven repository artifacts
>> 
>> Matteo
>> 
>> 
>> On Wed, Nov 29, 2017 at 9:57 PM Nozomi Kurihara <nkurihar@yahoo-corp.jp<
>> mailto:nkurihar@yahoo-corp.jp>>
>> wrote:
>> 
>> This is the THIRD release candidate for Apache Pulsar, version
>> 1.21.0-incubating.
>> 
>> It fixes the following issues:
>> https://github.com/apache/incubator-pulsar/milestone/10?closed=1
>> 
>> *** Please download, test and vote by December 5th 2017, 10:00 GMT.
>> 
>> Note that we are voting upon the source (tag), binaries are provided for
>> convenience.
>> 
>> Source and binary files:
>> 
>> https://dist.apache.org/repos/dist/dev/incubator/pulsar/
>> pulsar-1.21.0-incubating-candidate-2/
>> 
>> Maven staging repo:
>> https://repository.apache.org/content/repositories/orgapachepulsar-1004/
>> 
>> The tag to be voted upon:
>> v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d77419004abe88)
>> 
>> https://github.com/apache/incubator-pulsar/releases/tag/
>> v1.21.0-incubating-candidate-2
>> 
>> Pulsar's KEYS file containing PGP keys we use to sign the release:
>> https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
>> 
>> Please download the the source package, and follow the README to build and
>> run the Pulsar standalone service.
>> 
>> Thanks,
>> Nozomi
>> 
>> --
>> Matteo Merli
>> <mm...@apache.org>>
>> 
>> 


Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Posted by Jia Zhai <zh...@gmail.com>.
+1,

Environment: MacOS 10.13.1

Checked:
 * CRCs: md5 and sha1,
 * Bin distribution:
     - Start standalone service and producer/consumer test
 * Src distribution:
     - Compile and unit tests
     - RAT check
     - Start standalone service

PS, RAT check passed on my check.

But some 2 small issues that I met:
1,  seems gpg signature need signed by others.

```
gpg --verify apache-pulsar-1.21.0-incubating-bin.tar.gz.asc
apache-pulsar-1.21.0-incubating-bin.tar.gz


gpg: Signature made Thu Nov 30 13:25:16 2017 CST

gpg:                using RSA key 000A0885253005EBF749E283A92D27AAC3D80414

gpg: Good signature from "Nozomi Kurihara (CODE SIGNING KEY) <
nkurihar@apache.org>" [unknown]

gpg: WARNING: This key is not certified with a trusted signature!

gpg:          There is no indication that the signature belongs to the
owner.

Primary key fingerprint: 000A 0885 2530 05EB F749  E283 A92D 27AA C3D8 0414
```

2,  some findbugs error reporting for src, by command "mvn findbugs:check ":

```

[INFO] com.scurrilous.circe.HashSupport$SetComparator implements Comparator
but not Serializable [com.scurrilous.circe.HashSupport$SetComparator] At
HashSupport.java:[lines 173-176] SE_COMPARATOR_SHOULD_BE_SERIALIZABLE

[INFO] com.scurrilous.circe.params.SimpleHashParameters.equals(Object)
fails for subtypes [com.scurrilous.circe.params.SimpleHashParameters] At
SimpleHashParameters.java:[line 51] EQ_GETCLASS_AND_CLASS_CONSTANT

[INFO]
org.apache.pulsar.checksum.utils.NativeUtils.loadLibraryFromJar(String) may
fail to clean up java.io.InputStream on checked exception
[org.apache.pulsar.checksum.utils.NativeUtils,
org.apache.pulsar.checksum.utils.NativeUtils,
org.apache.pulsar.checksum.utils.NativeUtils] Obligation to clean up
resource created at NativeUtils.java:[line 62] is not dischargedPath
continues at NativeUtils.java:[line 63]Path continues at
NativeUtils.java:[line 67] OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE

[INFO] Exceptional return value of java.io.File.delete() ignored in
org.apache.pulsar.checksum.utils.NativeUtils.loadLibraryFromJar(String)
[org.apache.pulsar.checksum.utils.NativeUtils] At NativeUtils.java:[line
51] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE

[INFO]

```

On Fri, Dec 1, 2017 at 10:29 AM, Nozomi Kurihara <nk...@yahoo-corp.jp>
wrote:

> Hi Dave,
>
>
> Thanks for your detailed check.
>
>
> However, I have not seen
>
>
> > - rat check.
>
> > Files missing headers: dependency-reduced-pom.xml which is generated.
> > Please add an exclude to the pom.xml:
> > 720d719
> > <     <exclude>**/dependency-reduced-pom.xml</exclude>
>
> by executing $mvn apache-rat:check in the src package.
> Could you tell me the reproducing procedure?
>
> Thanks,
> Nozomi
>
> ________________________________
> 差出人: Dave Fisher <da...@comcast.net>
> 送信日時: 2017年12月1日 8:37:50
> 宛先: dev@pulsar.incubator.apache.org
> 件名: Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2
>
> +1 (IPMC Binding)
>
> Environment: macOS 10.12.6
>
> Checked all signatures and check sums - SHA is 512 bits.
>
> BIN distribution.
> - NOTICE, README, LICENSE and DISCLAIMER.
> ——> Binary licenses are in a subdirectory and probably ought to be in the
> full LICENSE file. For next time IMHO.
> - Started the standalone service - I’m not sure how well it worked, but
> had a lot of INFO log messages.
>
> SRC distribution
> - NOTICE. README, LICENSE and DISCLAIMER
> - mvn install - all tests passed.
> - rat check.
> Files missing headers: dependency-reduced-pom.xml which is generated.
> Please add an exclude to the pom.xml:
> 720d719
> <     <exclude>**/dependency-reduced-pom.xml</exclude>
>
> - Started the standalone service - looked similar to the bin results.
>
> It is up to the Release Manager to decide to fix the exclude now and recut
> the release or wait until next release.
> I also recommend removing the inactive license check plugin -
> license-maven-plugin
>
> Regards,
> Dave
>
> On Nov 30, 2017, at 10:00 AM, Matteo Merli <matteo.merli@gmail.com<mailto:
> matteo.merli@gmail.com>> wrote:
>
> +1 (binding)
>
> Environment: MacOS 10.12
>
> Checked:
> * Signatures, crc
> * Bin distribution:
>     - NOTICE, README, LICENSE
>     - Start standalone service and producer/consumer test
> * Src distribution:
>     - NOTICE,  README, LICENSE
>     - Compile and unit tests
>     - RAT check
>     - Start standalone service
> * Checked staging maven repository artifacts
>
> Matteo
>
>
> On Wed, Nov 29, 2017 at 9:57 PM Nozomi Kurihara <nkurihar@yahoo-corp.jp<
> mailto:nkurihar@yahoo-corp.jp>>
> wrote:
>
> This is the THIRD release candidate for Apache Pulsar, version
> 1.21.0-incubating.
>
> It fixes the following issues:
> https://github.com/apache/incubator-pulsar/milestone/10?closed=1
>
> *** Please download, test and vote by December 5th 2017, 10:00 GMT.
>
> Note that we are voting upon the source (tag), binaries are provided for
> convenience.
>
> Source and binary files:
>
> https://dist.apache.org/repos/dist/dev/incubator/pulsar/
> pulsar-1.21.0-incubating-candidate-2/
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachepulsar-1004/
>
> The tag to be voted upon:
> v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d77419004abe88)
>
> https://github.com/apache/incubator-pulsar/releases/tag/
> v1.21.0-incubating-candidate-2
>
> Pulsar's KEYS file containing PGP keys we use to sign the release:
> https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
>
> Please download the the source package, and follow the README to build and
> run the Pulsar standalone service.
>
> Thanks,
> Nozomi
>
> --
> Matteo Merli
> <mm...@apache.org>>
>
>

Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Posted by Dave Fisher <da...@comcast.net>.
Hi -

I ran the following:

mvn install

This took almost three hours.
I then ran a couple of incorrect mvn commands before running:

mvn apache-rat:check

I just now unpacked the source again and immediately ran the rat check. Everything worked properly.

Let’s tune the pom.xml for 1.22.0.

Regards,
Dave

> On Nov 30, 2017, at 6:29 PM, Nozomi Kurihara <nk...@yahoo-corp.jp> wrote:
> 
> Hi Dave,
> 
> 
> Thanks for your detailed check.
> 
> 
> However, I have not seen
> 
> 
>> - rat check.
> 
>> Files missing headers: dependency-reduced-pom.xml which is generated.
>> Please add an exclude to the pom.xml:
>> 720d719
>> <     <exclude>**/dependency-reduced-pom.xml</exclude>
> 
> by executing $mvn apache-rat:check in the src package.
> Could you tell me the reproducing procedure?
> 
> Thanks,
> Nozomi
> 
> ________________________________
> 差出人: Dave Fisher <da...@comcast.net>
> 送信日時: 2017年12月1日 8:37:50
> 宛先: dev@pulsar.incubator.apache.org
> 件名: Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2
> 
> +1 (IPMC Binding)
> 
> Environment: macOS 10.12.6
> 
> Checked all signatures and check sums - SHA is 512 bits.
> 
> BIN distribution.
> - NOTICE, README, LICENSE and DISCLAIMER.
> ——> Binary licenses are in a subdirectory and probably ought to be in the full LICENSE file. For next time IMHO.
> - Started the standalone service - I’m not sure how well it worked, but had a lot of INFO log messages.
> 
> SRC distribution
> - NOTICE. README, LICENSE and DISCLAIMER
> - mvn install - all tests passed.
> - rat check.
> Files missing headers: dependency-reduced-pom.xml which is generated.
> Please add an exclude to the pom.xml:
> 720d719
> <     <exclude>**/dependency-reduced-pom.xml</exclude>
> 
> - Started the standalone service - looked similar to the bin results.
> 
> It is up to the Release Manager to decide to fix the exclude now and recut the release or wait until next release.
> I also recommend removing the inactive license check plugin - license-maven-plugin
> 
> Regards,
> Dave
> 
> On Nov 30, 2017, at 10:00 AM, Matteo Merli <ma...@gmail.com>> wrote:
> 
> +1 (binding)
> 
> Environment: MacOS 10.12
> 
> Checked:
> * Signatures, crc
> * Bin distribution:
>    - NOTICE, README, LICENSE
>    - Start standalone service and producer/consumer test
> * Src distribution:
>    - NOTICE,  README, LICENSE
>    - Compile and unit tests
>    - RAT check
>    - Start standalone service
> * Checked staging maven repository artifacts
> 
> Matteo
> 
> 
> On Wed, Nov 29, 2017 at 9:57 PM Nozomi Kurihara <nk...@yahoo-corp.jp>>
> wrote:
> 
> This is the THIRD release candidate for Apache Pulsar, version
> 1.21.0-incubating.
> 
> It fixes the following issues:
> https://github.com/apache/incubator-pulsar/milestone/10?closed=1
> 
> *** Please download, test and vote by December 5th 2017, 10:00 GMT.
> 
> Note that we are voting upon the source (tag), binaries are provided for
> convenience.
> 
> Source and binary files:
> 
> https://dist.apache.org/repos/dist/dev/incubator/pulsar/pulsar-1.21.0-incubating-candidate-2/
> 
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachepulsar-1004/
> 
> The tag to be voted upon:
> v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d77419004abe88)
> 
> https://github.com/apache/incubator-pulsar/releases/tag/v1.21.0-incubating-candidate-2
> 
> Pulsar's KEYS file containing PGP keys we use to sign the release:
> https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
> 
> Please download the the source package, and follow the README to build and
> run the Pulsar standalone service.
> 
> Thanks,
> Nozomi
> 
> --
> Matteo Merli
> <mm...@apache.org>>
> 


RE: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Posted by Nozomi Kurihara <nk...@yahoo-corp.jp>.
Hi Dave,


Thanks for your detailed check.


However, I have not seen


> - rat check.

> Files missing headers: dependency-reduced-pom.xml which is generated.
> Please add an exclude to the pom.xml:
> 720d719
> <     <exclude>**/dependency-reduced-pom.xml</exclude>

by executing $mvn apache-rat:check in the src package.
Could you tell me the reproducing procedure?

Thanks,
Nozomi

________________________________
差出人: Dave Fisher <da...@comcast.net>
送信日時: 2017年12月1日 8:37:50
宛先: dev@pulsar.incubator.apache.org
件名: Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

+1 (IPMC Binding)

Environment: macOS 10.12.6

Checked all signatures and check sums - SHA is 512 bits.

BIN distribution.
- NOTICE, README, LICENSE and DISCLAIMER.
——> Binary licenses are in a subdirectory and probably ought to be in the full LICENSE file. For next time IMHO.
- Started the standalone service - I’m not sure how well it worked, but had a lot of INFO log messages.

SRC distribution
- NOTICE. README, LICENSE and DISCLAIMER
- mvn install - all tests passed.
- rat check.
Files missing headers: dependency-reduced-pom.xml which is generated.
Please add an exclude to the pom.xml:
720d719
<     <exclude>**/dependency-reduced-pom.xml</exclude>

- Started the standalone service - looked similar to the bin results.

It is up to the Release Manager to decide to fix the exclude now and recut the release or wait until next release.
I also recommend removing the inactive license check plugin - license-maven-plugin

Regards,
Dave

On Nov 30, 2017, at 10:00 AM, Matteo Merli <ma...@gmail.com>> wrote:

+1 (binding)

Environment: MacOS 10.12

Checked:
* Signatures, crc
* Bin distribution:
    - NOTICE, README, LICENSE
    - Start standalone service and producer/consumer test
* Src distribution:
    - NOTICE,  README, LICENSE
    - Compile and unit tests
    - RAT check
    - Start standalone service
* Checked staging maven repository artifacts

Matteo


On Wed, Nov 29, 2017 at 9:57 PM Nozomi Kurihara <nk...@yahoo-corp.jp>>
wrote:

This is the THIRD release candidate for Apache Pulsar, version
1.21.0-incubating.

It fixes the following issues:
https://github.com/apache/incubator-pulsar/milestone/10?closed=1

*** Please download, test and vote by December 5th 2017, 10:00 GMT.

Note that we are voting upon the source (tag), binaries are provided for
convenience.

Source and binary files:

https://dist.apache.org/repos/dist/dev/incubator/pulsar/pulsar-1.21.0-incubating-candidate-2/

Maven staging repo:
https://repository.apache.org/content/repositories/orgapachepulsar-1004/

The tag to be voted upon:
v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d77419004abe88)

https://github.com/apache/incubator-pulsar/releases/tag/v1.21.0-incubating-candidate-2

Pulsar's KEYS file containing PGP keys we use to sign the release:
https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS

Please download the the source package, and follow the README to build and
run the Pulsar standalone service.

Thanks,
Nozomi

--
Matteo Merli
<mm...@apache.org>>


Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Posted by Dave Fisher <da...@comcast.net>.
+1 (IPMC Binding)

Environment: macOS 10.12.6

Checked all signatures and check sums - SHA is 512 bits.

BIN distribution.
- NOTICE, README, LICENSE and DISCLAIMER.
——> Binary licenses are in a subdirectory and probably ought to be in the full LICENSE file. For next time IMHO.
- Started the standalone service - I’m not sure how well it worked, but had a lot of INFO log messages.

SRC distribution
- NOTICE. README, LICENSE and DISCLAIMER
- mvn install - all tests passed.
- rat check.
Files missing headers: dependency-reduced-pom.xml which is generated.
Please add an exclude to the pom.xml:
720d719
< 	    <exclude>**/dependency-reduced-pom.xml</exclude>

- Started the standalone service - looked similar to the bin results.

It is up to the Release Manager to decide to fix the exclude now and recut the release or wait until next release.
I also recommend removing the inactive license check plugin - license-maven-plugin

Regards,
Dave

> On Nov 30, 2017, at 10:00 AM, Matteo Merli <ma...@gmail.com> wrote:
> 
> +1 (binding)
> 
> Environment: MacOS 10.12
> 
> Checked:
> * Signatures, crc
> * Bin distribution:
>     - NOTICE, README, LICENSE
>     - Start standalone service and producer/consumer test
> * Src distribution:
>     - NOTICE,  README, LICENSE
>     - Compile and unit tests
>     - RAT check
>     - Start standalone service
> * Checked staging maven repository artifacts
> 
> Matteo
> 
> 
> On Wed, Nov 29, 2017 at 9:57 PM Nozomi Kurihara <nk...@yahoo-corp.jp>
> wrote:
> 
>> This is the THIRD release candidate for Apache Pulsar, version
>> 1.21.0-incubating.
>> 
>> It fixes the following issues:
>> https://github.com/apache/incubator-pulsar/milestone/10?closed=1
>> 
>> *** Please download, test and vote by December 5th 2017, 10:00 GMT.
>> 
>> Note that we are voting upon the source (tag), binaries are provided for
>> convenience.
>> 
>> Source and binary files:
>> 
>> https://dist.apache.org/repos/dist/dev/incubator/pulsar/pulsar-1.21.0-incubating-candidate-2/
>> 
>> Maven staging repo:
>> https://repository.apache.org/content/repositories/orgapachepulsar-1004/
>> 
>> The tag to be voted upon:
>> v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d77419004abe88)
>> 
>> https://github.com/apache/incubator-pulsar/releases/tag/v1.21.0-incubating-candidate-2
>> 
>> Pulsar's KEYS file containing PGP keys we use to sign the release:
>> https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
>> 
>> Please download the the source package, and follow the README to build and
>> run the Pulsar standalone service.
>> 
>> Thanks,
>> Nozomi
>> 
> --
> Matteo Merli
> <mm...@apache.org>


Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Posted by Matteo Merli <ma...@gmail.com>.
+1 (binding)

Environment: MacOS 10.12

Checked:
 * Signatures, crc
 * Bin distribution:
     - NOTICE, README, LICENSE
     - Start standalone service and producer/consumer test
 * Src distribution:
     - NOTICE,  README, LICENSE
     - Compile and unit tests
     - RAT check
     - Start standalone service
 * Checked staging maven repository artifacts

Matteo


On Wed, Nov 29, 2017 at 9:57 PM Nozomi Kurihara <nk...@yahoo-corp.jp>
wrote:

> This is the THIRD release candidate for Apache Pulsar, version
> 1.21.0-incubating.
>
> It fixes the following issues:
> https://github.com/apache/incubator-pulsar/milestone/10?closed=1
>
> *** Please download, test and vote by December 5th 2017, 10:00 GMT.
>
> Note that we are voting upon the source (tag), binaries are provided for
> convenience.
>
> Source and binary files:
>
> https://dist.apache.org/repos/dist/dev/incubator/pulsar/pulsar-1.21.0-incubating-candidate-2/
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachepulsar-1004/
>
> The tag to be voted upon:
> v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d77419004abe88)
>
> https://github.com/apache/incubator-pulsar/releases/tag/v1.21.0-incubating-candidate-2
>
> Pulsar's KEYS file containing PGP keys we use to sign the release:
> https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
>
> Please download the the source package, and follow the README to build and
> run the Pulsar standalone service.
>
> Thanks,
> Nozomi
>
-- 
Matteo Merli
<mm...@apache.org>

Re: [VOTE] Pulsar 1.21.0-incubating Release Candidate 2

Posted by Hiroyuki Sakai <hs...@yahoo-corp.jp>.
+1

Environment: Mac 10.12.6

- Verified sha,md5 and signature

* bin distribution
 - Start standalone service and producer/consumer test

* src distribution
 - RAT check
 - Compile and unit tests
 - Start standalone service and producer/consumer test

Hiroyuki Sakai

on 2017/11/30 14:57, "Nozomi Kurihara" <nk...@yahoo-corp.jp> wrote:

    This is the THIRD release candidate for Apache Pulsar, version 1.21.0-incubating.
    
    It fixes the following issues:
    https://github.com/apache/incubator-pulsar/milestone/10?closed=1
    
    *** Please download, test and vote by December 5th 2017, 10:00 GMT.
    
    Note that we are voting upon the source (tag), binaries are provided for convenience.
    
    Source and binary files:
    https://dist.apache.org/repos/dist/dev/incubator/pulsar/pulsar-1.21.0-incubating-candidate-2/
    
    Maven staging repo:
    https://repository.apache.org/content/repositories/orgapachepulsar-1004/
    
    The tag to be voted upon:
    v1.21.0-incubating-candidate-2 (be96bd38b1f97b1b0888565196d77419004abe88)
    https://github.com/apache/incubator-pulsar/releases/tag/v1.21.0-incubating-candidate-2
    
    Pulsar's KEYS file containing PGP keys we use to sign the release:
    https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
    
    Please download the the source package, and follow the README to build and run the Pulsar standalone service.
    
    Thanks,
    Nozomi