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

Handle policy recreation race condition #221

Merged

Commits on Mar 28, 2024

  1. Handle policy recreation race condition

    When the configuration policy is recreated after the
    List call completes in the loop in the PeriodicallyExecConfigPolicies
    method, the old configuration policy status gets set on the new
    configuration policy which can lead to a compliance event not being set
    on the replicated parent policy.
    
    Relates:
    https://issues.redhat.com/browse/ACM-10500
    
    Co-authored-by: Justin Kulikauskas <jkulikau@redhat.com>
    Signed-off-by: mprahl <mprahl@users.noreply.github.com>
    mprahl and JustinKuli committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    37e4659 View commit details
    Browse the repository at this point in the history