ionutzpi commented on code in PR #1850:
URL: https://github.com/apache/jackrabbit-oak/pull/1850#discussion_r1837788197


##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStore.java:
##########
@@ -152,7 +152,7 @@ public final class DocumentNodeStore
 
     private static final Logger LOG = 
LoggerFactory.getLogger(DocumentNodeStore.class);
 
-    private static final PerfLogger PERFLOG = new PerfLogger(
+    static final PerfLogger PERFLOG = new PerfLogger(

Review Comment:
   Done



##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreBranch.java:
##########
@@ -860,4 +860,8 @@ NodeState merge(@NotNull CommitHook hook,
             throw ex;
         }
     }
+
+    static void configurePerfLogger(long infoLogMillis) {

Review Comment:
   Done



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