You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Nikolay Izhikov (Jira)" <ji...@apache.org> on 2023/01/21 11:00:00 UTC

[jira] [Assigned] (KAFKA-14463) ConnectorClientConfigOverridePolicy is not closed at worker shutdown

     [ https://issues.apache.org/jira/browse/KAFKA-14463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikolay Izhikov reassigned KAFKA-14463:
---------------------------------------

    Assignee: Nikolay Izhikov

> ConnectorClientConfigOverridePolicy is not closed at worker shutdown
> --------------------------------------------------------------------
>
>                 Key: KAFKA-14463
>                 URL: https://issues.apache.org/jira/browse/KAFKA-14463
>             Project: Kafka
>          Issue Type: Bug
>          Components: KafkaConnect
>    Affects Versions: 2.3.0
>            Reporter: Greg Harris
>            Assignee: Nikolay Izhikov
>            Priority: Trivial
>
> The ConnectorClientConfigOverridePolicy is marked AutoCloseable, but is never closed by the worker on shutdown.
> This is currently not a critical issue, as all known implementations of the policy have a no-op close. But a possible implementation which does instantiate background resources that must be closed in close() would leak those resources in a test environment.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)