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
[teammgrd]: Improve LAGs cleanup on shutdown: send SIGTERM directly to PID. (#1841)
This PR is intended to fix LAGs cleanup degradation caused by python2.7 -> python3 migration.
The approach is to replace `teamd -k -t` call with the raw `SIGTERM` and add PID alive check.
This will make sure the `teammgrd` is stopped only after all managed processes are being killed.
resolves: #8071
**What I did**
* Replaced `teamd -k -t` call with raw `SIGTERM`
* Added PID alive check
**Why I did it**
* To fix LAGs cleanup timeout issue caused by python2.7 -> python3 upgrade
**How I verified it**
1. Configure 64 LAG RIFs
2. Reload config
0 commit comments