[
https://issues.apache.org/jira/browse/KAFKA-20017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-20017.
------------------------------------
Fix Version/s: 4.3.0
Resolution: Fixed
> incorrect warn log when alterConfig suceeds
> -------------------------------------------
>
> Key: KAFKA-20017
> URL: https://issues.apache.org/jira/browse/KAFKA-20017
> Project: Kafka
> Issue Type: Bug
> Reporter: Luke Chen
> Assignee: Lan Ding
> Priority: Major
> Fix For: 4.3.0
>
>
> In the current code logic, we'll print WARN log even if the alterConfig
> completes successfully
> ([here|https://github.com/apache/kafka/blob/trunk/connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorSourceConnector.java#L617-L627]).
> This is the line printed:
> {code:java}
> WARN Could not alter configuration of topic foo{code}
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)