-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PortChannel is not fully cleared when teamd is stopped #6199
Labels
Comments
@judyjoseph please take a look. |
@bingwang-ms , I see this issue in master image, Investigating further. Meanwhile I tried ~20 times with 201911 build, I cannot see this issue. Do you also have a similar finding ? |
4 tasks
lguohan
pushed a commit
that referenced
this issue
Jan 24, 2021
…annels. (#6537) The Portchannels were not getting cleaned up as the cleanup activity was taking more than 10 secs which is default docker timeout after which a SIGKILL will be send. Fixes #6199 To check if it works out for this issue in 201911 ? #6503 This issue is significantly seen in master branch compared to 201911 because the Portchannel cleanup takes more time in master. Test on a DUT with 8 Port Channels. master admin@str-s6000-acs-8:~$ time sudo systemctl stop teamd real 0m15.599s user 0m0.061s sys 0m0.038s Sonic 201911.v58 admin@str-s6000-acs-8:~$ time sudo systemctl stop teamd real 0m5.541s user 0m0.020s sys 0m0.028s
daall
pushed a commit
that referenced
this issue
Feb 6, 2021
…annels. (#6537) The Portchannels were not getting cleaned up as the cleanup activity was taking more than 10 secs which is default docker timeout after which a SIGKILL will be send. Fixes #6199 To check if it works out for this issue in 201911 ? #6503 This issue is significantly seen in master branch compared to 201911 because the Portchannel cleanup takes more time in master. Test on a DUT with 8 Port Channels. master admin@str-s6000-acs-8:~$ time sudo systemctl stop teamd real 0m15.599s user 0m0.061s sys 0m0.038s Sonic 201911.v58 admin@str-s6000-acs-8:~$ time sudo systemctl stop teamd real 0m5.541s user 0m0.020s sys 0m0.028s
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
The issue is detected by
test_po_cleanup
. The test case failed consistently becausePortChannel0023
still exists in system whenteamd
is stopped.Steps to reproduce the issue:
systemctl stop teamd
to stopteamd
service on DUTAnd we can see that
PortChannel0023
still exists.3.
Describe the results you received:
All portchannels should be cleared from system.
Describe the results you expected:
The last portchannel
PortChannel0023
still exists.Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: