bbeaudreault opened a new pull request, #4592:
URL: https://github.com/apache/hbase/pull/4592

   First commit fixes the leak and adds a test.
   
   Second commit adds ResourceLeakDetector to RefCnt. It's already added at the 
netty layer, and is expected to be low overhead. One can disable it (along with 
at the netty layer) by setting 
`-Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=DISABLED`. I don't 
really have time to do any specific perf tests right now, and it was not 
trivial to wrap it in our own configuration. If we want to do that, I'll just 
revert that commit so we can get the leak plugged for now.


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