[ https://issues.apache.org/jira/browse/KAFKA-8298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16827322#comment-16827322 ]
ASF GitHub Bot commented on KAFKA-8298: --------------------------------------- bbejeck commented on pull request #6643: KAFKA-8298: Fix possible concurrent modification exception URL: https://github.com/apache/kafka/pull/6643 When processing multiple key-changing operations during the optimization phase a `ConcurrentModificationException` is possible. This PR fixes that situation. I've added a test that fails without this fix. ### 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > ConcurrentModificationException Possible when optimizing for repartition nodes > ------------------------------------------------------------------------------ > > Key: KAFKA-8298 > URL: https://issues.apache.org/jira/browse/KAFKA-8298 > Project: Kafka > Issue Type: Bug > Components: streams > Affects Versions: 2.1.0, 2.2.0, 2.3.0 > Reporter: Bill Bejeck > Assignee: Bill Bejeck > Priority: Major > Fix For: 2.3.0, 2.1.2, 2.2.1 > > > As indicated in the title -- This message was sent by Atlassian JIRA (v7.6.3#76005)