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


   I'd recommend running with normal log level and [enabling Netty leak 
detector](https://netty.io/wiki/reference-counted-objects.html#troubleshooting-buffer-leaks)
 by adding 
   ```-Dio.netty.leakDetectionLevel=advanced 
-Dio.netty.leakDetection.targetRecords=40``` to `BOOKIE_EXTRA_OPTS`. 
   
   (A sidenote: to enable Netty leak detector in Pulsar, it is necessary to set 
`-Dpulsar.allocator.leak_detection=Advanced 
-Dio.netty.leakDetectionLevel=advanced 
-Dio.netty.leakDetection.targetRecords=40` in `PULSAR_EXTRA_OPTS`. ) 
   


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


Reply via email to