Ewocker commented on code in PR #538:
URL: https://github.com/apache/jackrabbit-oak/pull/538#discussion_r853553062


##########
oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/MergeRunner.java:
##########
@@ -297,14 +332,20 @@ private class Task implements Callable<File> {
             mergeTaskPhaser.register();
         }
 
+
         @Override
-        public File call() {
+        public File call() throws Exception {

Review Comment:
   I rebase https://github.com/apache/jackrabbit-oak/pull/536 on top of this 
PR, since the unit tests of these two kind of go together and cannot be tested 
without another one (both are bugs, so want to have unit test that is checking 
the right state). So the same comment is addressed there as well. Feel free to 
close this one and review the other.



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