[Bug] if dynamicConfig item in zk do not exist in broker, will fail for other dynamic config #17681
Closed
2 tasks done
Labels
type/bug
The PR fixed a bug or issue reported a bug
Search before asking
Version
master
Minimal reproduce step
we upgrade broker ,add a new dynamic config,then we have a,b,c in zk config
then we rollback broker, only a ,c exist in broker code,
Field configField = dynamicConfigurationMap.get(configKey).field;
dynamicConfigurationMap.get(configKey) will be null
What did you expect to see?
if dynamic config is null ,skip it
What did you see instead?
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: