Skip to content
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

Orch agent crashes while creating vlan1 (default vlan) #3367

Open
muhammad51 opened this issue Aug 20, 2019 · 2 comments
Open

Orch agent crashes while creating vlan1 (default vlan) #3367

muhammad51 opened this issue Aug 20, 2019 · 2 comments
Assignees

Comments

@muhammad51
Copy link

muhammad51 commented Aug 20, 2019

config vlan add 1
Nov 3 19:02:57.626169 et6448m-M0 NOTICE swss#orchagent: :- addVlan: Create an empty VLAN Vlan1 vid:1
Nov 3 19:02:57.630538 sonic ERR syncd#syncd: :- processEvent: attr: SAI_VLAN_ATTR_VLAN_ID: 1
Nov 3 19:02:57.630538 sonic ERR syncd#syncd: :- processEvent: failed to execute api: create, key: SAI_OBJECT_TYPE_VLAN:oid:0x260000000006ae, status: SAI_STATUS_ITEM_ALREADY_EXISTS
Nov 3 19:02:57.647833 sonic ERR syncd#syncd: :- syncd_main: Runtime error: :- processEvent: failed to execute api: create, key: SAI_OBJECT_TYPE_VLAN:oid:0x260000000006ae, status: SAI_STATUS_ITEM_ALREADY_EXISTS
Nov 3 19:02:57.648532 sonic NOTICE syncd#syncd: :- notify_OA_about_syncd_exception: sending switch_shutdown_request notification to OA
Nov 3 19:02:57.649317 sonic NOTICE syncd#syncd: :- notify_OA_about_syncd_exception: notification send successfull
Nov 3 19:02:57.651201 et6448m-M0 NOTICE swss#orchagent: :- handle_switch_shutdown_request: switch shutdown request
Nov 3 19:02:57.677383 et6448m-M0 INFO swss#supervisord: orchagent terminate called after throwing an instance of '
Nov 3 19:02:57.679429 et6448m-M0 INFO swss#supervisord: orchagent std::invalid_argument
Nov 3 19:02:57.680247 et6448m-M0 INFO swss#supervisord: orchagent '
Nov 3 19:02:57.683522 et6448m-M0 INFO swss#supervisord: orchagent what(): parse error - unexpected end of input
Nov 3 19:02:59.193684 et6448m-M0 INFO swss#supervisor-proc-exit-listener: Process orchagent exited unxepectedly. Terminating supervisor...
Nov 3 19:03:03.601624 et6448m-M0 INFO dockerd[2294]: time="2016-11-03T19:03:03Z" level=info msg="shim reaped" id=94214bc5989df14ae23f4c8e67064bab3f67ff5929ac026207c2ed420ca36ece
Nov 3 19:03:03.613270 et6448m-M0 INFO dockerd[2294]: time="2016-11-03T19:03:03.613037160Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"

@tonytitus
Copy link
Contributor

Looks like Sonic removes members from default vlan but do not remove default vlan. Sonic doesn't have any knowledge of this default vlan but SAI/SDK will still have default vlan with no members. Is this a bug?

@prsunny
Copy link
Contributor

prsunny commented Sep 25, 2019

In my understanding, Sonic treats default Vlan as 1 and doesn't allow creation of Vlan 1.

mssonicbld added a commit that referenced this issue Jun 25, 2024
…atically (#19333)

#### Why I did it
src/sonic-utilities
```
* 0e6a55ef - (HEAD -> master, origin/master, origin/HEAD) [fast-reboot] Backup database after syncd/swss stopped (#3342) (20 hours ago) [Stepan Blyshchak]
* c51758df - fix: fix show bgp summary output typo (#3375) (25 hours ago) [Chenyang Wang]
* cf7bfa29 - Add the definition of `log` in `script decode-syseeprom` (#3383) (4 days ago) [Yutong Zhang]
* 9d206af7 - [chassis][mutli-asic][lldp] "show lldp table/neighbors" displays error message in output on multi-asis linecard. (#3358) (5 days ago) [Marty Y. Lok]
* 515265a5 - Update TRANSCEIVER_FIRMWARE_INFO table for all targets in sfputil (#3370) (6 days ago) [mihirpat1]
* 3df762f1 - [config] no op if Golden Config is invalid (#3367) (7 days ago) [jingwenxie]
* 8f715acf - [config]Support single file reload for multiasic (#3349) (7 days ago) [jingwenxie]
* 31f5fa8e - Improve load_mingraph to wait eth0 restart before exit (#3365) (7 days ago) [Hua Liu]
```
#### How I did it
#### How to verify it
#### Description for the changelog
arun1355492 pushed a commit to arun1355492/sonic-buildimage that referenced this issue Jul 26, 2024
…atically (sonic-net#19333)

#### Why I did it
src/sonic-utilities
```
* 0e6a55ef - (HEAD -> master, origin/master, origin/HEAD) [fast-reboot] Backup database after syncd/swss stopped (sonic-net#3342) (20 hours ago) [Stepan Blyshchak]
* c51758df - fix: fix show bgp summary output typo (sonic-net#3375) (25 hours ago) [Chenyang Wang]
* cf7bfa29 - Add the definition of `log` in `script decode-syseeprom` (sonic-net#3383) (4 days ago) [Yutong Zhang]
* 9d206af7 - [chassis][mutli-asic][lldp] "show lldp table/neighbors" displays error message in output on multi-asis linecard. (sonic-net#3358) (5 days ago) [Marty Y. Lok]
* 515265a5 - Update TRANSCEIVER_FIRMWARE_INFO table for all targets in sfputil (sonic-net#3370) (6 days ago) [mihirpat1]
* 3df762f1 - [config] no op if Golden Config is invalid (sonic-net#3367) (7 days ago) [jingwenxie]
* 8f715acf - [config]Support single file reload for multiasic (sonic-net#3349) (7 days ago) [jingwenxie]
* 31f5fa8e - Improve load_mingraph to wait eth0 restart before exit (sonic-net#3365) (7 days ago) [Hua Liu]
```
#### How I did it
#### How to verify it
#### Description for the changelog
liushilongbuaa pushed a commit to liushilongbuaa/sonic-buildimage that referenced this issue Aug 1, 2024
…atically (sonic-net#19333)

#### Why I did it
src/sonic-utilities
```
* 0e6a55ef - (HEAD -> master, origin/master, origin/HEAD) [fast-reboot] Backup database after syncd/swss stopped (sonic-net#3342) (20 hours ago) [Stepan Blyshchak]
* c51758df - fix: fix show bgp summary output typo (sonic-net#3375) (25 hours ago) [Chenyang Wang]
* cf7bfa29 - Add the definition of `log` in `script decode-syseeprom` (sonic-net#3383) (4 days ago) [Yutong Zhang]
* 9d206af7 - [chassis][mutli-asic][lldp] "show lldp table/neighbors" displays error message in output on multi-asis linecard. (sonic-net#3358) (5 days ago) [Marty Y. Lok]
* 515265a5 - Update TRANSCEIVER_FIRMWARE_INFO table for all targets in sfputil (sonic-net#3370) (6 days ago) [mihirpat1]
* 3df762f1 - [config] no op if Golden Config is invalid (sonic-net#3367) (7 days ago) [jingwenxie]
* 8f715acf - [config]Support single file reload for multiasic (sonic-net#3349) (7 days ago) [jingwenxie]
* 31f5fa8e - Improve load_mingraph to wait eth0 restart before exit (sonic-net#3365) (7 days ago) [Hua Liu]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this issue Aug 25, 2024
…atically (#20017)

#### Why I did it
src/sonic-utilities
```
* 8e385451 - (HEAD -> 202405, origin/202405) Add lock to config reload/load_minigraph (#3475) (27 hours ago) [Longxiang Lyu]
* 2e9009e6 - [config] no op if Golden Config is invalid (#3367) (27 hours ago) [jingwenxie]
* 1f4315ea - [Bug Fix] Fix disk check test and drops group test (#3424) (27 hours ago) [Changrong Wu]
* a2040b5b - Add timeout for rexec's get_password (#3484) (27 hours ago) [Changrong Wu]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this issue Aug 29, 2024
…atically (#20069)

#### Why I did it
src/sonic-utilities
```
* d7788d4d - (HEAD -> 202311, origin/202311) Add lock to config reload/load_minigraph (#3475) (#3505) (10 hours ago) [Longxiang Lyu]
* b36b9b50 - [config] no op if Golden Config is invalid (#3367) (18 hours ago) [jingwenxie]
* f72699f7 - [config] Check golden config exist early if flag is set (#3169) (#3504) (22 hours ago) [mssonicbld]
```
#### How I did it
#### How to verify it
#### Description for the changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@stcheng @prsunny @muhammad51 @tonytitus and others