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-2978] Fix handling of reserved allocations where node differs #996

Closed
wants to merge 4 commits into from

Commits on Nov 15, 2024

  1. [YUNIKORN-2978] Fix handling of reserved allocations where node differs

    YUNIKORN-2700 introduced a bug where allocations of previously-reserved
    tasks were not handled correctly in the case where we schedule on a
    different node than the reservation. Ensure that we unreserve and
    allocate using the proper node in both cases.
    
    Also introduce additional logging of allocations on nodes to make
    finding issues like this easier in the future.
    craigcondit committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a731db7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    38e2dea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1a6431 View commit details
    Browse the repository at this point in the history
  3. Reorganized code

    craigcondit committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    36bd2da View commit details
    Browse the repository at this point in the history