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)

Reply via email to