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

Resolved race condition in collector when calling Shutdown #4878

Merged

Commits on Mar 2, 2022

  1. Refactored collector shutdown pattern to remove race condition

    Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com>
    Corbin Phelps committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    9626be8 View commit details
    Browse the repository at this point in the history
  2. Updated changelog

    Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com>
    Corbin Phelps committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    ebe58cf View commit details
    Browse the repository at this point in the history
  3. Remove Created state from collector to make shutdown behave more in l…

    …ine with language standards
    
    Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com>
    Corbin Phelps committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    f0e5e4b View commit details
    Browse the repository at this point in the history
  4. Removed log from shutdown recover that caused race condition

    Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com>
    Corbin Phelps committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    df4dab0 View commit details
    Browse the repository at this point in the history
  5. Added lint ignore for shutdown recover

    Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com>
    Corbin Phelps committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    b8cbfa2 View commit details
    Browse the repository at this point in the history