-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[201911][teamd] Interface PortChannel not getting IP assigned when large number of PortChannel RIF are defined #6503
Comments
@abdosi please have a look |
nazariig
changed the title
[teamd] Interface PortChannel not getting IP assigned when large number of PortChannel RIF are defined
[201911][teamd] Interface PortChannel not getting IP assigned when large number of PortChannel RIF are defined
Jan 20, 2021
@abdosi @judyjoseph - could you please look into this issue, thanks. |
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
@judyjoseph do we have a PR for 201911? |
Yes I have created this one now, #6648. My observation is that the cleanup of Portchannel interfaces is faster in 201911 compared to master image. |
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
Description
PortChannel kernel leftovers observed after SWSS stop:
The issue is caused by docker stop timeout:
Steps to reproduce the issue:
Describe the results you received:
LAG RIF init flow:
Describe the results you expected:
LAG RIF init flow:
Additional information you deem important (e.g. issue happens only occasionally):
SONiC systemd default timeout:
https://www.freedesktop.org/software/systemd/man/systemd.service.html
SONiC docker default timeout:
https://docs.docker.com/engine/reference/commandline/stop/
Output of
show version
:Attach debug file
sudo generate_dump
:The text was updated successfully, but these errors were encountered: