You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix DBConfig not initialize issue in pfcwd (#2238) (#2372)
#### What I did
Fix pfcwd connect DB with exception issue: sonic-net/sonic-buildimage#11269
pfcwd implicit depends on InterfaceAliasConverter() to initialize DB config, however following PR change InterfaceAliasConverter() behavior to lazy initialize, then pfcwd failed when try connect to DB without initialize DB config:
#2183
#### How I did it
Load DB config in pfcwd.
#### How to verify it
Pass all UT.
Co-authored-by: Hua Liu <[email protected]>
0 commit comments