kwin commented on code in PR #629:
URL: https://github.com/apache/jackrabbit-oak/pull/629#discussion_r923438374


##########
oak-store-composite/src/main/java/org/apache/jackrabbit/oak/composite/checks/ErrorHolder.java:
##########
@@ -27,16 +27,16 @@ class ErrorHolder {
     private static final int FAIL_IMMEDIATELY_THRESHOLD = 100;
     private final List<String> errors = new ArrayList<>();
     
-    public void report(MountedNodeStore mountedStore, String path, String 
error) {
-        errors.add(String.format("For NodeStore mount %s, path %s, encountered 
the following problem: '%s'", mountedStore.getMount().getName(), path, error));
+    public void report(MountedNodeStore mountedStore, String path, String 
error, MountedNodeStoreChecker<?> checker) {

Review Comment:
   @rombert This package is not versioned but still exported. Do we need to 
keep backwards compatibility? I don't think it should actually be exported at 
all!



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

Reply via email to