smjn opened a new pull request, #20079: URL: https://github.com/apache/kafka/pull/20079
* If a write request with higher state epoch than seen so far for a specific share partition arrives at the share coordinator, the code will create a new share snapshot and also update the internal view of the state epoch. * The above is not the expected behavior and only initialize RPCs should set and alter the state epoch. * This PR rectifies the behavior. * Few tests have been removed. -- 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