thomasmueller commented on code in PR #2751:
URL: https://github.com/apache/jackrabbit-oak/pull/2751#discussion_r2851374646


##########
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/diff/DiffIndexMerger.java:
##########
@@ -830,6 +922,39 @@ private void log(String format, Object... arguments) {
         }
     }
 
+    /**
+     * Log a warning message and store it in a size-limited queue.
+     * The queue keeps the oldest entries and is limited to 100 entries or 1 
MB total size.
+     *
+     * @param format the log message format
+     * @param arguments the log message arguments
+     */
+    public void logWarn(String format, Object... arguments) {

Review Comment:
   Done, via "logAndCollectWarn"



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