You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2019/02/06 22:05:11 UTC

[GitHub] rdhabalia opened a new pull request #1938: [bk-gc] Prevent OOM: Restrict number of entry-loggers extraction

rdhabalia opened a new pull request #1938: [bk-gc] Prevent OOM: Restrict number of entry-loggers extraction
URL: https://github.com/apache/bookkeeper/pull/1938
 
 
   ### Motivation
   
   Due to #1937, bookies couldn't run GC for a week that accumulates > 10K entry-logger files on the disk. After restarting bookie, GC gets trigger and GC tries to extract and loads all data into memory which eventually causes OOM in bookie and bookies keep restarting.
   
   ### Changes
   
   Bookie should extract entry-loggers in chunk to avoid memory pressure and OOM issues.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services