stefan-egli commented on code in PR #1383:
URL: https://github.com/apache/jackrabbit-oak/pull/1383#discussion_r1541043816
##########
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:
this would log it quite frequently no? - what about doing it in the
constructor?
--
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]