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 <mme...@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 <dave2w...@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
>> > <massa...@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: massa...@yahoo-corp.jp
>> >> --
>> >>
>> >>> -----Original Message-----
>> >>> From: Sijie Guo [mailto:guosi...@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 <rdhaba...@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
>> >>>> <nkuri...@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
> <mme...@apache.org>

Reply via email to