You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After warm-reboot ASIC operations on SAI_OBJECT_TYPE_UDF_MATCH fail the APPLY_VIEW process. This caused syncd, swss errors and OA crash.
Steps to reproduce the issue:
Install latest master image on Broadcom ASIC platform
Issue warm-reboot
Check logs
Describe the results you received:
There are attempted ASIC operations on SAI_OBJECT_TYPE_UDF_MATCH. This is new, and I am not sure if they are expected.
Furthermore, these operations fail with syncd: :- asic_handle_generic: failed to create SAI_OBJECT_TYPE_UDF_MATCH SAI_STATUS_NOT_SUPPORTED
This indicates that UDF_MATCH isn't a supported object for these platforms.
The failure led to switch shutdown, and OA did not handle it well, leading to general protection bug.
Description
After warm-reboot ASIC operations on
SAI_OBJECT_TYPE_UDF_MATCH
fail the APPLY_VIEW process. This caused syncd, swss errors and OA crash.Steps to reproduce the issue:
Describe the results you received:
There are attempted ASIC operations on
SAI_OBJECT_TYPE_UDF_MATCH
. This is new, and I am not sure if they are expected.Furthermore, these operations fail with
syncd: :- asic_handle_generic: failed to create SAI_OBJECT_TYPE_UDF_MATCH SAI_STATUS_NOT_SUPPORTED
This indicates that UDF_MATCH isn't a supported object for these platforms.
The failure led to switch shutdown, and OA did not handle it well, leading to general protection bug.
SAIREDIS:
SYSLOG:
Describe the results you expected:
APPLY_VIEW should pass after warm-reboot.
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
syslog (2).log
sairedis.log
The text was updated successfully, but these errors were encountered: