fabriziofortino commented on code in PR #2056:
URL: https://github.com/apache/jackrabbit-oak/pull/2056#discussion_r1944315698


##########
oak-run-commons/src/test/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/ConfigHelperTest.java:
##########


Review Comment:
   would it make sense to move the test in oak-run?



##########
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/progress/IndexingProgressReporter.java:
##########
@@ -91,7 +91,7 @@ public void setMessagePrefix(String messagePrefix) {
     }
 
     public void traversedNode(PathSource pathSource) throws 
CommitFailedException {
-        if (++traversalCount % 10000 == 0) {
+        if (++traversalCount % 100_000 == 0) {

Review Comment:
   is this intended? We are printing logs every 100K. It was 10K before.



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