horizonzy commented on code in PR #21797:
URL: https://github.com/apache/pulsar/pull/21797#discussion_r1437045716
##########
managed-ledger/src/test/java/org/apache/bookkeeper/test/BookKeeperClusterTestCase.java:
##########
@@ -288,6 +288,7 @@ protected void stopBKCluster() throws Exception {
for (ServerTester t : servers) {
t.shutdown();
+ t.stopAutoRecovery();
Review Comment:
It's hard to fix the problem in the pulsar, fixing it in the bookkeeper
would be better. I create a PR in BK to fix it.
https://github.com/apache/bookkeeper/pull/4165
--
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]