chia7712 commented on PR #18685: URL: https://github.com/apache/kafka/pull/18685#issuecomment-2703926607
> With this fix, I observed that feature epoch keeps increasing. In trunk branch, if a cluster is stable, its feature epoch doesn't increase. I believe that's a bug, as we're using `offset` instead of `epoch` .... ``` new FinalizedFeatures( image.features().metadataVersionOrThrow(), finalizedFeatures, image.highestOffsetAndEpoch().offset) ``` https://github.com/apache/kafka/blob/899cdb598a6422b3bd7ee270d344dea574d20c99/core/src/main/scala/kafka/server/metadata/KRaftMetadataCache.scala#L528 @FrankYang0529 could you please fix it in this PR as well? -- 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