stefan-egli commented on code in PR #1284:
URL: https://github.com/apache/jackrabbit-oak/pull/1284#discussion_r1474450149
##########
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:
thx, renamed in
https://github.com/apache/jackrabbit-oak/pull/1284/commits/e0bd8a1c1ec567ab551c787fea9f67a052fe6b44
--
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]