gaozhangmin commented on code in PR #3778:
URL: https://github.com/apache/bookkeeper/pull/3778#discussion_r1135043278


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/GarbageCollectorThread.java:
##########
@@ -401,7 +420,9 @@ public void run() {
         }
     }
 
-    public void runWithFlags(boolean force, boolean suspendMajor, boolean 
suspendMinor) {
+    public void runWithFlags(boolean force, boolean suspendMajor, boolean 
suspendMinor,
+                             double majorCompactionThreshold, double 
minorCompactionThreshold,

Review Comment:
   It checked in api.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to