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
[ycabled] add notification for gRPC connection state transitions to IDLE/TRANSIENT_FAILURE (#295)
Signed-off-by: vaibhav-dahiya [email protected]
For the cases where gRPC connectivity to server becomes IDLE/TRANSIENT_FAILURE, the ToR should periodically query/retry establish admin state and revert the Forwarding state back to active-active for both the T0's
This PR tries to attain that via adding a transient failure message to APP DB when connectivity is lost, so each time connectivity state changes back to not desired state(IDLE/TRANSIENT_FAILURE) we log a message, and linkmgr will query again to get gRPC in sync
Description
Motivation and Context
How Has This Been Tested?
Unit-tests and deploying changes to testbed
Additional Information (Optional)
0 commit comments