You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/02 19:38:29 UTC

[GitHub] [pulsar] lhotari opened a new pull request, #15911: [Tests] Fix OutOfMemoryError and NoClassDefFoundErrors in tests

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] Shoothzj merged pull request #15911: [Tests] Fix OutOfMemoryError and NoClassDefFoundErrors in tests

Posted by GitBox <gi...@apache.org>.
Shoothzj merged PR #15911:
URL: https://github.com/apache/pulsar/pull/15911


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org