lhotari opened a new pull request, #15922: URL: https://github.com/apache/pulsar/pull/15922
### Motivation - `transactionBufferClient` uses the internal Pulsar client and therefore it should be closed before the internal Pulsar client. ### Modifications - close `transactionsBufferClient` before the internal Pulsar client in `PulsarService` ### Additional context I noticed the shutdown order inconsistency while investigating the flaky test failure #15920 . -- 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]
