kamalcph commented on code in PR #16257: URL: https://github.com/apache/kafka/pull/16257#discussion_r1687395435
########## 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: you can address them in your next part-2 PR. -- 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