joshelser opened a new pull request #1029: HBASE-23679 FileSystem objects leak 
when cleaned up in cleanupBulkLoad
URL: https://github.com/apache/hbase/pull/1029
 
 
   The cleanupBulkLoad method is only called for the first Region in the
   table which was being bulk loaded into. This means that potentially N-1
   other RegionServers (where N is the number of RegionServers) will leak
   one FileSystem object into the FileSystem cache which will never be
   cleaned up. We need to do this clean-up as a part of secureBulkLoadHFiles
   otherwise we cannot guarantee that heap usage won't grow unbounded.

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

Reply via email to