Apache9 commented on PR #6124:
URL: https://github.com/apache/hbase/pull/6124#issuecomment-2254364110

   OK, in ServerCall class, we have a retainByWAL method, where we will count 
the extra references of the ServerCall, mainly the CellScanners.
   
   I think we can just change the method to retain, which means we want to 
retain it for other usage even after the rpc call is done, and also use it here.
   
   Anyway, since the current PR has been well tested in producation, I think we 
can apply it first, and open another issue for optimizing.
   
   Thanks.


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