lhotari opened a new pull request #14524:
URL: https://github.com/apache/pulsar/pull/14524
### Motivation
- MLTransactionMetadataStore.internalPinnedExecutor wasn't closed
when MLTransactionMetadataStore.closeAsync was called
- problem was introduced by #14238 changes
- this issue causes tests to fail with OOME. This might also impact
production code in some way.
### Modifications
- shutdown the ExecutorService when MLTransactionMetadataStore.closeAsync is
called
--
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]