wchevreuil commented on PR #8469:
URL: https://github.com/apache/hbase/pull/8469#issuecomment-4979874311

   > The leak is also reachable when IOEngine read, write, or sync errors 
persist beyond the configured tolerance duration: BucketCache disables itself 
while the RegionServer JVM continues running. It is therefore not limited to 
process shutdown.
   
   For file based bucket cache, backingMap can grow quite large and traversing 
it to release references can be costly. Should we worry about this only when 
shutting down BC after exceeding IO errors thresholds, and ignoring it when 
doing RS shutdown?


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