hudeqi commented on code in PR #14243: URL: https://github.com/apache/kafka/pull/14243#discussion_r1319696030
########## core/src/test/scala/unit/kafka/log/remote/RemoteIndexCacheTest.scala: ########## @@ -171,21 +178,24 @@ class RemoteIndexCacheTest { // Calling getIndex on the same entry should not call rsm#fetchIndex again, but it should retrieve from cache cache.getIndexEntry(metadataList.head) assertCacheSize(1) - verifyFetchIndexInvocation(count = 1) + // contains the 1 time for rsm when estimating entry size + verifyFetchIndexInvocation(count = 2) Review Comment: updated -- 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