StevenLuMT commented on code in PR #3471: URL: https://github.com/apache/bookkeeper/pull/3471#discussion_r964748374
########## bookkeeper-dist/server/pom.xml: ########## @@ -31,7 +31,80 @@ <packaging>jar</packaging> <name>Apache BookKeeper :: Dist (Server)</name> + <properties> + <disruptor.version>3.4.0</disruptor.version> Review Comment: @eolivelli log4j-core need disruptor to write log, so import disruptor like pulsar <img width="686" alt="image" src="https://user-images.githubusercontent.com/42990025/188871331-880a8d93-01f2-4fc0-99af-856fa55dee89.png"> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
