Ref - https://github.com/apache/pulsar/issues/19484#issuecomment-1485101091 PR introduces the problem - https://github.com/apache/bookkeeper/pull/3225 and specifically https://github.com/apache/bookkeeper/pull/3225/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8R799 ```xml <!-- ROOT/pom.xml --> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> </dependency> ``` cc @Shoothzj
Ref - apache/pulsar#19484 (comment)
PR introduces the problem - #3225 and specifically https://github.com/apache/bookkeeper/pull/3225/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8R799
cc @shoothzj