You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/08/17 11:22:34 UTC

[GitHub] [kafka] mimaison commented on pull request #12350: KAFKA-13856:MirrorCheckpointTask meets ConcurrentModificationException

mimaison commented on PR #12350:
URL: https://github.com/apache/kafka/pull/12350#issuecomment-1217879782

   @Justinwins Have you actually seen this exception in practice? `idleConsumerGroupsOffset` is used by 2 threads, one reader and one writer. The thread reading it, `syncGroupOffset`, does not iterate the map and only does lookups.


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org