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
Oct 9 00:33:00.374116 sonic INFO swss#rsyslogd: imuxsock[pid: 42, name: /usr/bin/orchagent] from <sonic:orchagent>: begin to drop messages due to rate-limiting
Oct 9 00:36:57.412514 sonic INFO swss#rsyslogd: imuxsock[pid: 42, name: /usr/bin/orchagent]: 32511 messages lost due to rate-limiting
Which masks legitimate syslog messages from orchagent (e.g. "create ACL table foo").
Steps to reproduce the issue:
Start the DUT.
Check the syslog.
Describe the results you received:
Oct 9 00:33:00.374116 sonic INFO swss#rsyslogd: imuxsock[pid: 42, name: /usr/bin/orchagent] from <sonic:orchagent>: begin to drop messages due to rate-limiting
Oct 9 00:36:57.412514 sonic INFO swss#rsyslogd: imuxsock[pid: 42, name: /usr/bin/orchagent]: 32511 messages lost due to rate-limiting
Describe the results you expected:
There shouldn't be any throttling/need to throttle while orchagent is idle and no updates are being received from neighbors/bgp/etc.
The text was updated successfully, but these errors were encountered:
**What I did**
Revert #570
We should only `flush` the orchagent/syncd communication channel when there is no active tasks in orchagent. This will not influence the end-to-end performance in long run but introduce SELECT_TIMEOUT (1 s) latency if there is remaining data left inside the orchagent/syncd communication channel after previous `flush`, which is not a big deal.
Fixsonic-net/sonic-buildimage#5570
daall
pushed a commit
to daall/sonic-swss
that referenced
this issue
Dec 7, 2020
sonic-net#1478)
**What I did**
Revert sonic-net#570
We should only `flush` the orchagent/syncd communication channel when there is no active tasks in orchagent. This will not influence the end-to-end performance in long run but introduce SELECT_TIMEOUT (1 s) latency if there is remaining data left inside the orchagent/syncd communication channel after previous `flush`, which is not a big deal.
Fixsonic-net/sonic-buildimage#5570
Description
Orchagent continually sprays this message to the syslog:
Which causes this to occur:
Which masks legitimate syslog messages from orchagent (e.g. "create ACL table foo").
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
There shouldn't be any throttling/need to throttle while orchagent is idle and no updates are being received from neighbors/bgp/etc.
The text was updated successfully, but these errors were encountered: