-
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
The switch will be crashed when inputting "reboot" command under host #389
Comments
thanks for submitting the issue. we will try to reproduce this. |
ack, I am seeing such issue. will investigate |
I am seeing this quite consistently. Also seeing the following stack traces which may or may not be related:
|
@marian-pritsak Do you see this error? |
#425 related? |
I don't think so. I think it's related to brcm platform only and it requires reboot by power. |
@stcheng: I was also wondering if they might be related. @pavel-shirshov: What do you mean "reboot by power?" Are you saying the switch locks up and requires a power cycle? If so, which bug are you referring to? I can safely state that I see both of these problems on my dev switch upon reboot, and the machine will eventually reboot, not requiring a power cycle. A couple weeks ago I found myself needing to power cycle the switch occasionally after reboot, but that seems to have subsided. |
Joe, |
Need to debug the syncd docker. It seems to be some driver related stuffs. |
Sure, I will report later. |
@jleveque : After checking, the image which includes PR#434 has fixed this reboot issue. |
@kaiyu22 thanks. I will close this issue. |
* Use redis binary dump * Move root check first
…ic-net#389) * [mlnx|ffb] Add fast-fast boot option in syncd Signed-off-by: Stepan Blyschak <[email protected]> * [mlnx|ffb]: Add support of "config end" event for mlnx fast-fast boot Signed-off-by: Volodymyr Samotiy <[email protected]> * [mlnx|ffb]: Fix misspelled words for aspell check Signed-off-by: Volodymyr Samotiy <[email protected]> * [Mellanox|FFB]: Fix review comments * Change naming convention from "fast-fast" to "fastfast" Signed-off-by: Volodymyr Samotiy <[email protected]> * [Mellanox|FFB]: Add misspelled word 'fastfast' to aspellcheck dictionary
Advance sonic-swss-common submodule by adding the following commits 3ec30ef Deprecate RedisClient and remove unused header file (#399) 165a679 Schema update for BGP internal neighbor table (#389) 262e330 Fix SonicV2Connector interfaces (#396) Advance sonic-sairedis submodule by adding the following commits bc3e044 [Sai]: Change Sai::set log to level INFO (#680) b16bc8b Clean code: remove unused header file (#678) 40439b4 [syncd] Remove depreacated dependency on swss::RedisClient (#681) 1b6fc2e [syncd] Add supports of bulk api in syncd (#656) a9f69c1 [syncd] Add to handle FDB MOVE notification (#670) c7ef5e9 [gbsyncd] exit with zero when platform has no gearbox (#676) 57228fd [gbsyncd]: add missing python dependency (#675) 02a57a6 [vs] Add CRM SAI attributes to virtual switch interface (#673) 609445a fix boot type for fast boot (#674) 1325cdf Add support for saiplayer bulk API and add performance timers (#666) 1d84b90 Add ZeroMQ communication channel between sairedis and syncd (#659) 017056a Support System ports config (#657) 0f3668f Enable fabric counter for syncd's FlexCounter (#669)
Schema update for BGP internal neighbor table (#389) Signed-off-by: Abhishek Dosi <[email protected]>
…ic-net#5703) Advance sonic-swss-common submodule by adding the following commits 3ec30ef Deprecate RedisClient and remove unused header file (sonic-net#399) 165a679 Schema update for BGP internal neighbor table (sonic-net#389) 262e330 Fix SonicV2Connector interfaces (sonic-net#396) Advance sonic-sairedis submodule by adding the following commits bc3e044 [Sai]: Change Sai::set log to level INFO (sonic-net#680) b16bc8b Clean code: remove unused header file (sonic-net#678) 40439b4 [syncd] Remove depreacated dependency on swss::RedisClient (sonic-net#681) 1b6fc2e [syncd] Add supports of bulk api in syncd (sonic-net#656) a9f69c1 [syncd] Add to handle FDB MOVE notification (sonic-net#670) c7ef5e9 [gbsyncd] exit with zero when platform has no gearbox (sonic-net#676) 57228fd [gbsyncd]: add missing python dependency (sonic-net#675) 02a57a6 [vs] Add CRM SAI attributes to virtual switch interface (sonic-net#673) 609445a fix boot type for fast boot (sonic-net#674) 1325cdf Add support for saiplayer bulk API and add performance timers (sonic-net#666) 1d84b90 Add ZeroMQ communication channel between sairedis and syncd (sonic-net#659) 017056a Support System ports config (sonic-net#657) 0f3668f Enable fabric counter for syncd's FlexCounter (sonic-net#669)
…D automatically (#15918) #### Why I did it src/sonic-platform-daemons ``` * 76baca3 - (HEAD -> master, origin/master, origin/HEAD) Fixes for the issues uncovered by sonic-pcied unit tests (#389) (32 hours ago) [Ashwin Srinivasan] ``` #### How I did it #### How to verify it #### Description for the changelog
…D automatically (sonic-net#15918) #### Why I did it src/sonic-platform-daemons ``` * 76baca3 - (HEAD -> master, origin/master, origin/HEAD) Fixes for the issues uncovered by sonic-pcied unit tests (sonic-net#389) (32 hours ago) [Ashwin Srinivasan] ``` #### How I did it #### How to verify it #### Description for the changelog
Hi all,
I found that there is a trace back issue in master (commitment 1491bf9). When user inputting "reboot" command under host, the switch will be crashed. After investigating, it maybe relates to commitment a877603 (Merge swss and syncd into single service)
The following is the error message.
Does anyone encounter this issue?
The text was updated successfully, but these errors were encountered: