lhotari commented on issue #10136:
URL: https://github.com/apache/pulsar/issues/10136#issuecomment-829159713


   For direct memory leaks, it's most likely about Netty pooled memory. For 
debugging the situation, it might be useful to check if there are log messages 
from the Netty leak detector.
   
   The default setting for Netty leak detection for Pulsar broker is 
[SIMPLE](https://netty.io/4.1/api/io/netty/util/ResourceLeakDetector.Level.html#SIMPLE).
   
   @galrose Can you check if you find this type of log messages: 
   
   
https://github.com/netty/netty/blob/4.1/common/src/main/java/io/netty/util/ResourceLeakDetector.java#L318-L336
   
   Please grep the logs for "LEAK: ".
   
   


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to