abhijeetk88 commented on code in PR #20428:
URL: https://github.com/apache/kafka/pull/20428#discussion_r2809226577


##########
core/src/main/java/kafka/server/TierStateMachine.java:
##########
@@ -182,7 +179,7 @@ private void buildProducerSnapshotFile(UnifiedLog 
unifiedLog,
      * fetching records from the leader. The return value is the next offset 
to fetch from the leader, which is the
      * next offset following the end offset of the remote log portion.
      */
-    private Long buildRemoteLogAuxState(TopicPartition topicPartition,
+    protected Long buildRemoteLogAuxState(TopicPartition topicPartition,

Review Comment:
   It is not required any more. Previously we had to override the method in a 
test. Now that change is not required.



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