smjn opened a new pull request, #19843: URL: https://github.com/apache/kafka/pull/19843
- Due to condition on number of updates/snapshot in `generateShareStateRecord`, a share update gets written for write state requests even if they have the highest state epoch seen so far. - A share update cannot record a state epoch. As a result, this update gets missed. - This PR remedies the issue and adds a test as proof of the fix. -- 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