lhotari commented on PR #22810:
URL: https://github.com/apache/pulsar/pull/22810#issuecomment-2140979898

   It's possible that https://github.com/netty/netty/pull/14086 is needed to 
address the issues. 
   I haven't found a workaround to the problems yet.
   
   Tested with with Pulsar v3.2.3 patched to use Netty 4.1.111.Final-SNAPSHOT 
(without macos or arm64 native libraries)
   
https://github.com/apache/pulsar/compare/v3.2.3...lhotari:pulsar:lh-pulsar-3.2.3-netty-4.1.111.Final-SNAPSHOT
   
   ```
   git clone -b lh-dont-mutate-sslhandler-input-buffers-by-default 
https://github.com/lhotari/netty
   cd netty
   mvn clean install -DskipTests -Dcheckstyle.skip=true
   mvn -pl transport-native-unix-common,transport-native-epoll install 
-DskipTests
   
   cd ..
   git clone -b lh-pulsar-3.2.3-netty-4.1.111.Final-SNAPSHOT 
https://github.com/lhotari/pulsar
   cd pulsar
   mvn -Pcore-modules,-main clean install -DskipTests -Dspotbugs.skip=true 
-Dcheckstyle.skip=true
   # this is where the distribution is:
   cp distribution/server/target/apache-pulsar-3.2.3-bin.tar.gz ~
   ```
   
   The reproducer 
https://github.com/lhotari/pulsar-playground/tree/master/issues/issue22601/standalone_env
 doesn't reproduce the problem with Netty PR 14086 changes.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to