-
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
[warm-reboot] APPLY_VIEW failure in set operation "SAI_API_FDB:brcm_sai_set_fdb_entry_attribute" #8367
Labels
Comments
We need to revert the follow PRs until the regression is addressed. |
@vaibhavhd : Can you please share the full syslog files, also the TechSupport file collected after the failure.? - Thanks. |
@Praveen-Brcm here is the syslog file. Techsupport I can pull up the next time I repro this. |
This was referenced Aug 11, 2021
5 tasks
vaibhavhd
added a commit
that referenced
this issue
Aug 17, 2021
Update sonic-swss submodule to include the latest changes: Add autoconf-archive package to lgtm sonic-net/sonic-swss#1868 [cfgmgr] Update Makefile.am to consume lib zmq sonic-net/sonic-swss#1864 Fix warmboot issue PR##8367 sonic-net/sonic-swss#1866
judyjoseph
added a commit
that referenced
this issue
Aug 20, 2021
sonic-swss e892dda Fix warmboot issue PR##8367 (#1866) 9c6023d Mclag enhacements support code changes. (#1331) sonic-utilities 5465ea0 [MPLS][CLI] added config/show CLI for MPLS interface, MPLS CRM threshold config, updated CLI reference manual 3bac779 mclag enhancements as per HLD at sonic-net/SONiC#596 (#1138)
theasianpianist
pushed a commit
to theasianpianist/sonic-buildimage
that referenced
this issue
Feb 5, 2022
During the WB when the MAC addresses are added via refillToSync(&m_fdbStateTable) , the attribute SAI_FDB_ENTRY_ATTR_ALLOW_MAC_MOVE is set wrongly for dynamic MAC as well. Fix is to set SAI_FDB_ENTRY_ATTR_ALLOW_MAC_MOVE only for the case of VXLAN or MCLAG for fdb_type dyamic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
SYNCD and OA failures seen during APPLY_VIEW. Two issues that are brought up here:
brcm_sai_set_fdb_entry_attribute
failed duringasic_process_event: field: SAI_FDB_ENTRY_ATTR_ALLOW_MAC_MOVE, value: true
sendShutdownRequest
to OA, OA also crashed because of kernel GP infree
call with errorcorrupted unsorted chunks
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
SAI REDIS:
Sylog:
BT from core:
Output of
show version
:SAI version:
Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: