lhotari commented on code in PR #21797:
URL: https://github.com/apache/pulsar/pull/21797#discussion_r1436139249
##########
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:
@horizonzy I did a quick check some time ago and IIRC, it was bugs in the
test framework provided by Bookkeeper. There are resource leaks originating
from the Bookkeeper test framework.
--
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]