-
Notifications
You must be signed in to change notification settings - Fork 525
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
swss: Fix Invalid port oid messages generated because of voq counters. #2632
Conversation
* Do not add Voq oids to CounterCheckOrch since CounterCheckOrch is not relevant for voqs.
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
* Do not add Voq oids to CounterCheckOrch since CounterCheckOrch is not relevant for voqs.
/azp run |
Commenter does not have sufficient privileges for PR 2632 in repo sonic-net/sonic-swss |
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
@prsunny @judyjoseph looks like the failures I am facing in this pr is being addressed by #2648 |
This PR is also needed in master. However, for expediency to address the problem in 202205, this PR is created. Another PR will be created for master. |
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
To merge the PR raised in master #2653 first and cherry-pick to 202205. Closing this PR for now. |
What I did
Why I did it
To fix the invalid oids messages generated by CounterCheckOrch for voq.
How I verified it
Verified that the messages are no longer generated and voq counters are still gathered.