You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Viktor Somogyi-Vass (Jira)" <ji...@apache.org> on 2021/06/09 08:21:00 UTC

[jira] [Created] (KAFKA-12922) MirrorCheckpointTask should close topic filter

Viktor Somogyi-Vass created KAFKA-12922:
-------------------------------------------

             Summary: MirrorCheckpointTask should close topic filter
                 Key: KAFKA-12922
                 URL: https://issues.apache.org/jira/browse/KAFKA-12922
             Project: Kafka
          Issue Type: Improvement
          Components: mirrormaker
    Affects Versions: 2.8.0
            Reporter: Viktor Somogyi-Vass
            Assignee: Viktor Somogyi-Vass


When a lot of connectors are restarted it turned out that underlying ConfigConsumers are not closed property and from the logs we can see that the old ones are still running.

Turns out that MirrorCheckpointTask utilizes a TopicFilter, but never closes it, leaking resources.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)