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

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

Prateek Agarwal created KAFKA-10803:
---------------------------------------

             Summary: 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: 2.5.1, 2.6.0, 1.1.1, 2.7.0, 2.8.0
            Reporter: Prateek Agarwal


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)