muralibasani commented on code in PR #16257: URL: https://github.com/apache/kafka/pull/16257#discussion_r1687093271
########## storage/api/src/main/java/org/apache/kafka/server/log/remote/storage/RemoteLogSegmentMetadata.java: ########## @@ -104,10 +110,11 @@ public RemoteLogSegmentMetadata(RemoteLogSegmentId remoteLogSegmentId, int segmentSizeInBytes, Optional<CustomMetadata> customMetadata, RemoteLogSegmentState state, - Map<Integer, Long> segmentLeaderEpochs) { + Map<Integer, Long> segmentLeaderEpochs, int tieredEpoch) { Review Comment: @kamalcph as this pr was merged last month, do you suggest to create a new jira/pr for your suggested changes ? -- 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