Commit Graph

1 Commits (53439e5c7944b3dc2aa5974b7ea1659b0d6e61f1)

Author SHA1 Message Date
Jason Song d67e40684f
Improve LoadUnitConfig to handle invalid or duplicate units (#23736)
The old code just parses an invalid key to `TypeInvalid` and uses it as
normal, and duplicate keys will be kept.

So this PR will ignore invalid key and log warning and also deduplicate
valid units.
2 years ago