mreutegg commented on a change in pull request #258:
URL: https://github.com/apache/jackrabbit-oak/pull/258#discussion_r514241226



##########
File path: 
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/LastRevRecoveryAgent.java
##########
@@ -310,6 +310,12 @@ public void sweepUpdate(Map<Path, UpdateOp> updates)
         long lastLog = startOfScan;
 
         for (NodeDocument doc : suspects) {
+               
+               //Should skip previous documents
+               if(!doc.getPath().isAbsolute()) {

Review comment:
       I would rather make a decision on NodeDocument.getSplitDocType(). WDYT?




----------------------------------------------------------------
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.

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


Reply via email to