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:16:00 UTC

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

    [ https://issues.apache.org/jira/browse/KAFKA-14463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17679436#comment-17679436 ] 

Nikolay Izhikov commented on KAFKA-14463:
-----------------------------------------

Hello, [~gharris1727] , [~ChrisEgerton]. Can, you, please, take a look at my changes?

 

https://github.com/apache/kafka/pull/13144

> 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)