bbeaudreault commented on code in PR #4592: URL: https://github.com/apache/hbase/pull/4592#discussion_r912359926
########## hbase-common/src/test/java/org/apache/hadoop/hbase/io/TestByteBuffAllocator.java: ########## @@ -21,6 +21,7 @@ import static org.apache.hadoop.hbase.io.ByteBuffAllocator.getHeapAllocationRatio; Review Comment: Not a bad idea. I took a look and unfortunately netty's ResourceLeakDetector doesn't really give us a way to hook into the detection in a way that we could test. Maybe there's a way to intercept log4j logs? If you have an easy idea for that, would be happy to try it. -- 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]
