prat0318 opened a new pull request #9682:
URL: https://github.com/apache/kafka/pull/9682


   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).
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to