lhotari commented on issue #22601:
URL: https://github.com/apache/pulsar/issues/22601#issuecomment-2136253977

   I have made a fix to bookkeeper which fixes the issue: 
https://github.com/apache/bookkeeper/pull/4404 . 
   
   I tested with Pulsar 3.2.3 with bookkeeper.version set to 4.16.6-SNAPSHOT. 
Before compiling that locally, I compiled Bookkeeper branch-4.16 with PR 4404 
changes included (branch-4.16 backport available at 
https://github.com/lhotari/bookkeeper/commits/lh-fix-tls-stability-with-V2-branch-4.16/).
   
   Compiling Bookkeeper 4.16.6-SNAPSHOT locally
   ```
   git clone -b lh-fix-tls-stability-with-V2-branch-4.16 
https://github.com/lhotari/bookkeeper
   cd bookkeeper
   mvn clean install -DskipTests
   ```
   
   Compiling local Pulsar with Bookkeeper 4.16.6-SNAPSHOT (passing 
`-Dbookkeeper.version=4.16.6-SNAPSHOT` to maven build)
   ```
   git clone https://github.com/apache/pulsar
   cd pulsar
   git checkout v3.2.3
   mvn -Pcore-modules,-main clean install -DskipTests -Dspotbugs.skip=true 
-Dcheckstyle.skip=true -Dbookkeeper.version=4.16.6-SNAPSHOT
   cp distribution/server/target/apache-pulsar-3.2.3-bin.tar.gz ~
   ```
   
   


-- 
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