lhotari opened a new pull request, #15911: URL: https://github.com/apache/pulsar/pull/15911
Fixes #15689 Fixes #15793 Fixes #15897 ### Motivation `PulsarByteBufAllocator.DEFAULT` instance was replaced in BatchMessageContainerImplTest, but never restored. This caused strange issues in many unit tests. OutOfMemoryError and NoClassDefFoundErrors were most likely caused by the BatchMessageContainerImplTest. ### Modifications Fix the problems in BatchMessageContainerImplTest and reset the state after the test completes. -- 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]
