ArvinDevel 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-362485393 @sijie I used quartz to schedule cronBased compaction, but faced some problems. One is that the quartz job need to be public, so I need to pass GCThread to it to trigger compaction, but that need serial several class instances, Is there any way to schedule quartz job? Another is about the quartz's thread setting, which is defined in quartz.properties by default, how to import this config gracefully?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
