divijvaidya commented on code in PR #13970: URL: https://github.com/apache/kafka/pull/13970#discussion_r1254621897
########## core/src/main/scala/kafka/log/remote/RemoteIndexCache.scala: ########## @@ -178,6 +178,7 @@ class RemoteIndexCache(maxSize: Int = 1024, remoteStorageManager: RemoteStorageM .build[Uuid, Entry]() private def init(): Unit = { + val start = time.hiResClockMs() Review Comment: you can use `Time.SYSTEM.hiResClockMs()` -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org