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 2018/01/05 11:15:42 UTC

[GitHub] ivankelly commented on issue #851: Issue 578 : make MajorCompaction controlled by time of the day/day of the week

ivankelly commented on issue #851: Issue 578 : make MajorCompaction controlled by time of the day/day of the week
URL: https://github.com/apache/bookkeeper/pull/851#issuecomment-355531431
 
 
   This looks like a lot of change for something that should really be very simple to implement. 
   
   We have a http endpoint in the bookieserver now. Just create a new endpoint which when called calls GarbageCollectorThread.triggerGC(true, false, false).
   
   Then, this can be triggered via a cronjob locally, or a cronjob in a central location that calls out to all bookies. As a bonus, we don't have to implement our own cron, and have fewer configuration knobs to test and maintain.

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