nandini12396 commented on code in PR #21088:
URL: https://github.com/apache/kafka/pull/21088#discussion_r2619302306


##########
storage/src/main/java/org/apache/kafka/storage/internals/log/RemoteIndexCache.java:
##########
@@ -98,6 +106,8 @@ public class RemoteIndexCache implements Closeable {
     private final RemoteStorageManager remoteStorageManager;
     private final KafkaScheduler cleanerScheduler = new KafkaScheduler(1, 
true, REMOTE_LOG_INDEX_CACHE_CLEANER_THREAD);
     private int fileDeleteDelayMs = 10_000;
+    private final KafkaMetricsGroup metricsGroup = new 
KafkaMetricsGroup("kafka.log.remote", "RemoteIndexCache");

Review Comment:
   updated PR, please take a look again. Thank you!



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