Re: Regression for Java Client on Alpine Linux

2021-06-04 Thread PengHui Li
Hi enrico, I have pushed a PR to roll back the netty-tc-native version to 2.0.33.Final in https://github.com/apache/pulsar/pull/10833 this might can help run on Alpine linux, I have checked the CVE that #10266 want to fix, seems not related to netty-tc-native Regards, Penghui Enrico Olivelli 于2

Regression for Java Client on Alpine Linux

2021-06-02 Thread Enrico Olivelli
Hi all, I am testing the upgrade of the Java client from 2.7.1 to 2.8.0-SNAPSHOT on an application the runs on Alpine linux. It used to run with 2.7.1 but it crashes with 2.8.0-SNAPSHOT due to Netty TCNative. More details here https://github.com/apache/pulsar/issues/10798 I believe this is a show