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

[YUNIKORN-2630] Release context lock early for config changes #842

Closed
wants to merge 2 commits into from

Commits on May 17, 2024

  1. [YUNIKORN-2630] Release context lock early for config changes

    Release the lock of the context in the shim when processing is done.
    When the config changes are sent to the core the k8shim should not be
    locked. The context changes have been finalised at that point.
    
    The core handles its own locking and serialises config changes that come
    in from the k8shim.
    wilfred-s committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7677242 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    048162c View commit details
    Browse the repository at this point in the history