Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ycabled] add notification for gRPC connection state transitions to I…
…DLE/TRANSIENT_FAILURE (#295) Signed-off-by: vaibhav-dahiya vdahiya@microsoft.com 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)
- Loading branch information