[lag update] add log analysis exception#2006
Merged
yxieca merged 1 commit intosonic-net:masterfrom Aug 3, 2020
Merged
Conversation
When removing lag members, flex counter query could temporarily unable to find the object. Signed-off-by: Ying Xie <ying.xie@microsoft.com>
wangxin
approved these changes
Aug 3, 2020
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Includes below commits ``` 38b616ba 2021-12-09 | [LGTM] lgtm to use 202106 branches of swss-common and sairedis (sonic-net#2074) [Stephen Sun] c68bad07 2021-12-07 | Fix random failure in PR/CI build. sonic-net#2006 [Shilong Liu] ba17675b 2021-08-23 | [ci]: fix artifacts download from swss-common and sairedis (sonic-net#1882) [Guohan Lu] ```
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
dd71848 [GCU] Show default option for '--format' (sonic-net#2003) f296e76 [GCU] Disallowing DeleteInsteadOfReplaceMoveExtender from generating delete whole config move (sonic-net#2006) 731d643 [flow counter] Fix issue: should not compare str with int (sonic-net#2001) e628f01 Support CLI for buffer queue configuration (sonic-net#1965) 585fd40 Fix show ip bgp nei command rw required issue (sonic-net#2011)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Fixes # (issue)
Type of change
Approach
What is the motivation for this PR?
test_po_update encountered this failure.
Jul 31 10:59:24.114655 str-dx010-acs-1 NOTICE swss#orchagent: :- removeRouterIntfs: Router interface is still referenced
Jul 31 10:59:24.115036 str-dx010-acs-1 NOTICE swss#orchagent: :- removeNeighbor: Removed next hop 10.0.0.9 on PortChannel999
Jul 31 10:59:24.115036 str-dx010-acs-1 NOTICE swss#orchagent: :- removeNeighbor: Removed neighbor 52:54:00:6e:6e:99 on PortChannel999
Jul 31 10:59:24.118737 str-dx010-acs-1 NOTICE swss#orchagent: :- removeRouterIntfs: Remove router interface for port PortChannel999
Jul 31 10:59:24.143035 str-dx010-acs-1 ERR syncd#syncd: :- translate_vid_to_rid: unable to get RID for VID: 0x60000000009fa
Jul 31 10:59:24.143188 str-dx010-acs-1 WARNING syncd#syncd: :- processFlexCounterEvent: port VID oid:0x60000000009fa, was not found (probably port was removed/splitted) and will remove from counters now
How did you do it?
When removing lag members, flex counter query could temporarily unable to find the object.
Signed-off-by: Ying Xie ying.xie@microsoft.com