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
Exact issue seen in the hostcfgd is documented here #8619. (Hostcfgd using configdbconnector is the reason here)
To mitigate this either config_db.listen() can be modified to read the existing data and treat them like an incoming message.
or the usage of ConfigDBConnector connector can be replaced by SubscriberStateTable which already follows this design
Describe the results you received:
Describe the results you expected:
Output of show version:
(paste your output here)
Output of show techsupport:
(paste your output here or download and attach the file here )
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered:
vivekrnv
changed the title
[swsscommon] Design limitation of Configdbconnector could lead to a blackout when using listen
[redis] Design limitation of Configdbconnector could lead to a blackout when using listen
Oct 20, 2021
@zhangyanzhao This is a documentation of existing limitation we found with Configdbconnector as requested by @qiluo-msft . Community must plan to move from using configdbconnector to SubscriberStateTable on existing Daemons.
Description
Exact issue seen in the hostcfgd is documented here #8619. (Hostcfgd using configdbconnector is the reason here)
To mitigate this either config_db.listen() can be modified to read the existing data and treat them like an incoming message.
or the usage of ConfigDBConnector connector can be replaced by SubscriberStateTable which already follows this design
Describe the results you received:
Describe the results you expected:
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: