Apache9 commented on a change in pull request #720: HBASE-22370 ByteBuf LEAK
ERROR
URL: https://github.com/apache/hbase/pull/720#discussion_r335292411
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/CallRunner.java
##########
@@ -88,6 +88,7 @@ public void setStatus(MonitoredRPCHandler status) {
* Cleanup after ourselves... let go of references.
*/
private void cleanup() {
+ this.call.cleanup();
Review comment:
Yes, I got them after seeing your UT.
----------------------------------------------------------------
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]
With regards,
Apache Git Services