rishabhdaim commented on code in PR #1383:
URL: https://github.com/apache/jackrabbit-oak/pull/1383#discussion_r1540970470


##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java:
##########
@@ -1007,6 +1008,10 @@ public void collectGarbage(final NodeDocument doc, final 
GCPhases phases) {
                 // here the node is not orphaned which means that we can reach 
the node from root
                 collectDeletedProperties(doc, phases, op, traversedState);
                 switch(revisionDetailedGcType) {
+                    case NO_OLD_PROP_REV_GC : {
+                        // this mode does neither unusedproprev, nor unmergedBC

Review Comment:
   I would add a INFO log here.



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

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

Reply via email to