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
On latest master image you can find following CRM related error logs:
Dec 7 16:06:33.999613 r-lionfish-16 ERR swss#orchagent: :- objectTypeGetAvailability: attr SAI_IPMC_ENTRY_ATTR_PACKET_ACTION is not resource type
Dec 7 16:06:33.999613 r-lionfish-16 ERR swss#orchagent: :- getResAvailableCounters: Failed to get availability for object_type 54 , rv:-5
Root cause: contradiction between attribute in map and corresponding API under "switch - case"
Dec 7 16:06:33.999613 r-lionfish-16 ERR swss#orchagent: :- objectTypeGetAvailability: attr SAI_L2MC_ENTRY_ATTR_PACKET_ACTION is not resource type
Dec 7 16:06:33.999613 r-lionfish-16 ERR swss#orchagent: :- getResAvailableCounters: Failed to get availability for object_type 53 , rv:-5
The text was updated successfully, but these errors were encountered:
Description
On latest master image you can find following CRM related error logs:
Root cause: contradiction between attribute in map and corresponding API under "switch - case"
https://github.com/Azure/sonic-swss/blob/master/orchagent/crmorch.cpp#L72
For SAI_SWITCH_ATTR_AVAILABLE_IPV6_NEXTHOP_ENTRY attribute should be other API, not the sai_object_type_get_availability()
sai_object_type_get_availability() expect SAI_OBJECT_TYPE_* attribute
Steps to reproduce the issue:
crm config polling interval 1
Describe the results you received:
Error logs in syslog
Describe the results you expected:
no errors
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
These 2 messages are already fixed by this PR sonic-net/sonic-swss#2057 in scope of sonic-net/sonic-swss#2044
After swss module pointer update they will disappear
The text was updated successfully, but these errors were encountered: