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-481] deadlock when removing allocation ask #228

Closed
wants to merge 1 commit into from

Commits on Dec 9, 2020

  1. [YUNIKORN-481] deadlock when removing allocation ask

    When removing an allocationAsk the partition was locked before the
    application scheduling itself does it the other way around which can
    cause a deadlock if the ask is removed while the application is
    scheduled.
    Possible deadlock in the node usage calculation removed.
    
    Removal of an allocation contains a possible deadlock which has not been
    handled as YUNIKORN-461 is open for changing that behaviour already.
    
    E2E tests run as part of the k8shim cover the testing.
    wilfred-s committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    4b7bed9 View commit details
    Browse the repository at this point in the history