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

Fix a race condition in SharedInformer #59828

Merged
merged 2 commits into from
Feb 14, 2018

Commits on Feb 13, 2018

  1. Configuration menu
    Copy the full SHA
    be482ad View commit details
    Browse the repository at this point in the history
  2. Add started state to the processor to protect against double starts

    This prevents a race condition where the sharedIndexInformer was
    causeing the processorListener's run and pop method to be started
    twice. That violated the SharedInformer's interface guarantee of
    sequential delivery and also caused panics on shutdown.
    Kris committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    3c36d9e View commit details
    Browse the repository at this point in the history