YutaLin commented on code in PR #19630:
URL: https://github.com/apache/kafka/pull/19630#discussion_r2073418009


##########
core/src/main/java/kafka/server/TierStateMachine.java:
##########
@@ -95,7 +95,7 @@ public TierStateMachine(LeaderEndPoint leader,
     PartitionFetchState start(TopicPartition topicPartition,
                               PartitionFetchState currentFetchState,
                               PartitionData fetchPartitionData) throws 
Exception {
-        OffsetAndEpoch epochAndLeaderLocalStartOffset = 
leader.fetchEarliestLocalOffset(topicPartition, 
currentFetchState.currentLeaderEpoch());
+        OffsetAndEpoch epochAndLeaderLocalStartOffset = 
leader.fetchEarliestLocalOffset(topicPartition, 
currentFetchState.getCurrentLeaderEpoch());

Review Comment:
   done!



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