ArvinDevel commented on a change in pull request #851: Issue 578 : make
MajorCompaction controlled by time of the day/day of the week
URL: https://github.com/apache/bookkeeper/pull/851#discussion_r159798837
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/GarbageCollectorThread.java
##########
@@ -68,9 +69,16 @@
long lastMinorCompactionTime;
boolean enableMajorCompaction = false;
- final double majorCompactionThreshold;
+ final double originalMajorCompactionThreshold;
+ double majorCompactionThreshold;
Review comment:
good idea, thanks.
----------------------------------------------------------------
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