dajac opened a new pull request, #12138: URL: https://github.com/apache/kafka/pull/12138
While investigating https://github.com/apache/kafka/commit/4218fc61fedb02b78d35c88e56ab253baaf09f39, I noted that a follower doesn't clean up its remote replica states when it becomes a follower. So when it transition from leader to follower, remote replica states are kept around. This patch ensures that they are clean up. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
