merlimat opened a new pull request, #25374: URL: https://github.com/apache/pulsar/pull/25374
## Summary - **ClientDeduplicationFailureTest**: `shutdown()` was setting `pulsar = null` instead of `pulsarClient = null`, preventing PulsarService from being closed and leaking all broker threads (75 threads). - **RackAwareTest**: Cleanup was stopping the ZK server before shutting down bookie ServerTesters, causing bookies' ZK clients to spawn reconnect threads (`ZKC-connect-executor`) that never terminated. Fixed by reversing the cleanup order. ## Documentation - [ ] `doc-required` - [x] `doc-not-needed` - [ ] `doc-complete` ## Matching PR in forked repository _none_ ### Documentation Checklist - [x] This PR does not require documentation changes --- > [!NOTE] > Ready to test _Labels: `area/test`_ -- 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]
