-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
bulk route API printing not implemented errors when routes are added and removed #5758
Comments
Seems like it could be related to: sonic-net/sonic-sairedis#656 |
yes, related to sonic-net/sonic-sairedis#656 |
there is secondary issue here: |
Ok, couple issues here: this is OA issues, is trying to remove next hop group, but reference is still in use, there is bug in OA for counting references
next issue:
this is just error LOG message since bulk API is not supported, it logs the messaged, but api is executed 1by1 in loop, so this message level should be loweredsimilar for this:
next issue:
those messages are from sonic VendorSai class in syncd, it means that some some of the bulk api is not implemented, but actual api then is executed in 1by1 in loop, loglevel of this message should stay as is, there is easy fix for this, and i just fount that is a bug: i added PR to fix this: sonic-net/sonic-sairedis#685 next issue:
this means that vendor sai have no pointer for bulk API, but api is executed 1by1, loglevel of this could be lowered last one:
vendor SAI also dont have bulk API pointer for this, but api is executed 1by1 anyway so actually except that bug i found, this is just bunch of warnings, and instead of bulk, 1by1 is executed |
here is loglevel update: sonic-net/sonic-sairedis#687 |
you just closed this? are there any comments whether this was resolved on OA level ? |
we're opening a new issue for the OA problems. the syncd issue is resolved. |
Description
When we load a recent master image onto a device, it constantly prints errors from syncd reporting that the bulk route API is not implemented.
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
We shouldn't see any errors from syncd.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
show version
:syslog.txt
sairedis.rec.txt
The text was updated successfully, but these errors were encountered: