shodaaan commented on code in PR #2465:
URL: https://github.com/apache/jackrabbit-oak/pull/2465#discussion_r2293538527
##########
oak-run/src/main/java/org/apache/jackrabbit/oak/run/RevisionsCommand.java:
##########
@@ -429,6 +437,7 @@ private VersionGarbageCollector
bootstrapVGC(RevisionsOptions options, Closer cl
System.out.println("IncludePaths are : " +
sortedSet(gc.getFullGCIncludePaths()));
System.out.println("ExcludePaths are : " +
sortedSet(gc.getFullGCExcludePaths()));
System.out.println("FullGcMode is : " +
VersionGarbageCollector.getFullGcMode());
+ System.out.println("FullGCGeneration is : " +
options.getFullGcGeneration());
Review Comment:
Done, thank you for the suggestion.
--
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]