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


##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStore.java:
##########
@@ -2640,20 +2687,25 @@ private void invalidatePaths(@NotNull Set<Path> 
pathsToInvalidate) {
             // nothing to do
             return;
         }
+        invalidatePaths0(pathsToInvalidate, "split",
+                " Will be retried with next background split operation.");
+    }
+
+    private void invalidatePaths0(@NotNull Iterable<Path> pathsToInvalidate, 
String type,

Review Comment:
   (open for suggestions!)



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