BewareMyPower commented on pull request #10330: URL: https://github.com/apache/pulsar/pull/10330#issuecomment-825801576
@dlg99 It looks like there's not significant improvement.  I'll add some logs to check if the BK dependency is updated. BTW, my build steps are: 1. Build latest BK with PR 2701 ```bash mvn clean install -DskipTests ``` 2. Upgrade Pulsar's BK version ```xml <bookkeeper.version>4.14.0-SNAPSHOT</bookkeeper.version> ``` 3. Build Pulsar ```bash mvn clean install -DskipTests -Pcore-modules ``` 4. Then upload the `distribution/server/target/apache-pulsar-2.8.0-SNAPSHOT-bin.tar.gz` to my VM and start it. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
