Skip to content
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: Fixing race condition for rif counters #2488

Commits on Oct 13, 2022

  1. swss: Fixing race condition for rif counters

    * Fixing issue #11621
    * The cleanup code for stale rif counters are now moved to syncd . Earlier as part of fix for issue sonic-net#2193 the cleanup for stale rif counters was added.
    * But it could create a race condition between orchagent removes RIF rate counters from DB and lua script fetching them.
    * So as a fix all such cleanup has been moved to syncd.
    
    Signed-off-by: Suman Kumar <suman.kumar@broadcom.com>
    sumanbrcm committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    c116d1e View commit details
    Browse the repository at this point in the history