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/02/02 04:46:57 UTC

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

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:
users@infra.apache.org


With regards,
Apache Git Services