You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Prateek Agarwal (Jira)" <ji...@apache.org> on 2020/12/03 16:32:00 UTC

[jira] [Commented] (KAFKA-10803) Skip improper dynamic configs while initialization and include the rest correct ones

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

Prateek Agarwal commented on KAFKA-10803:
-----------------------------------------

PR: https://github.com/apache/kafka/pull/9682

> Skip improper dynamic configs while initialization and include the rest correct ones
> ------------------------------------------------------------------------------------
>
>                 Key: KAFKA-10803
>                 URL: https://issues.apache.org/jira/browse/KAFKA-10803
>             Project: Kafka
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.1.1, 2.6.0, 2.5.1, 2.7.0, 2.8.0
>            Reporter: Prateek Agarwal
>            Priority: Major
>
> There is [a bug|https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/server/DynamicBrokerConfig.scala#L470] in how incorrect dynamic config keys are removed from the original Properties list, resulting in persisting the improper configs in the properties list.
> This eventually results in exception being thrown while parsing the list by [KafkaConfig ctor|https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/server/DynamicBrokerConfig.scala#L531], resulting in skipping of the complete dynamic list (including the correct ones).



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