stefan-egli commented on code in PR #1543:
URL: https://github.com/apache/jackrabbit-oak/pull/1543#discussion_r1650820289


##########
oak-run/src/main/java/org/apache/jackrabbit/oak/run/RevisionsCommand.java:
##########
@@ -535,8 +544,8 @@ private void collectDocument(RevisionsOptions options, 
Closer closer, String pat
         }
         gc.collectGarbageOnDocument(documentNodeStore, workingDocument, 
options.isVerbose());
 
-        //TODO: Probably we should output some details of fullGCStats. Could 
be done after OAK-10378
-        //gc.getFullGCStats();
+        System.out.println("Full GC Stats:");
+        System.out.println(gc.getFullGCStatsReport());

Review Comment:
   just curious : above the report is indented with 4 spaces but not here - is 
this on purpose?



-- 
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: oak-dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to