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
Currently, for all the cli commands, we connect to all databases mentioned in the database_config.json. The database_config.json also includes the databases from chassis redis server from supervisor card. It is unnecessary to connect to databases from chassis redis server in supervisor card when cli commands are executed form linecard. But we need to allow connection to chassis databases when the cli commands are executed from supervisor card.
Steps to reproduce the issue:
Have voq chassis up and running with a supervisor card and at at least one linecard
Execute some cli commands (show interface status, show ip interface or some config commands).
Connection to chassis db in supervisor card is not user observable. But removing the supervisor card momentarily may create the issue while issuing the CLI commands and "redis connection failure" error will be displayed.
Describe the results you received:
Even with the presence of supervisor card, occasionally "redis connection failure" error is shown as the out put of the cli comand. Investigation of the back trace displayed in the screen indicates that the connection failure occured while trying to connect to CHASSIS_APP_DB and CHASSIS_STATE_DB which are in chassis db redis server running in supervisor card.
Describe the results you expected:
No "redis connection failure" error should be displayed at any time for any database (in local card or in supervisor card)
Output of show version:
In all voq chassis image versions`
Additional information you deem important (e.g. issue happens only occasionally):
This issue occurs intermittently.
The text was updated successfully, but these errors were encountered:
Description
Currently, for all the cli commands, we connect to all databases mentioned in the database_config.json. The database_config.json also includes the databases from chassis redis server from supervisor card. It is unnecessary to connect to databases from chassis redis server in supervisor card when cli commands are executed form linecard. But we need to allow connection to chassis databases when the cli commands are executed from supervisor card.
Steps to reproduce the issue:
Describe the results you received:
Even with the presence of supervisor card, occasionally "redis connection failure" error is shown as the out put of the cli comand. Investigation of the back trace displayed in the screen indicates that the connection failure occured while trying to connect to CHASSIS_APP_DB and CHASSIS_STATE_DB which are in chassis db redis server running in supervisor card.
Describe the results you expected:
No "redis connection failure" error should be displayed at any time for any database (in local card or in supervisor card)
Output of
show version
:In all voq chassis image versions`
Additional information you deem important (e.g. issue happens only occasionally):
This issue occurs intermittently.
The text was updated successfully, but these errors were encountered: