chirag-wadhwa5 commented on code in PR #20411: URL: https://github.com/apache/kafka/pull/20411#discussion_r2301075036
########## core/src/test/java/kafka/server/share/SharePartitionTest.java: ########## @@ -1279,7 +1280,7 @@ public void testMaybeInitializeAndAcquireWithHigherMaxFetchRecords() { assertEquals(RecordState.ACQUIRED, sharePartition.cachedState().get(31L).batchState()); assertEquals(49L, sharePartition.endOffset()); // As all the gaps are now filled, the initialReadGapOffset should be null. Review Comment: ```suggestion // As all the gaps are now filled, the persisterReadResultGapWindow should be null. ``` -- 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