Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the tlm_teamd deleting STATE_DB LAG_TABLE entry.
What I did: Fixes: sonic-net/sonic-buildimage#20059 Why I did: On T2 testbed with multiple backend port channel we have seen sometime Portchannel gets created fine and with entry in APP_DB and STATE_DB gets populated. tlm_teamd is able to get the teamdctl handle to get state dump view of teamd. However while getting dump if might have passed in 1st iteration but it might fail in 2nd iteration (transient issue in getting data using teamdctl) which result in deletion of State db entry which is not correct. Instead we should just clean up local cache and wait for retry done as part of Select Timeout cycle where we try to get dump again.
- Loading branch information