Skip to content
  • Gary Wong's avatar
    Fix admission control when an experiment has nodes already allocated. · eaeed4b0
    Gary Wong authored
    (The original approach was reusing the existing experiment record when
    trying to repeat admission control.  This did properly decrement the
    "used nodes" count, so that reallocating the same node to the same
    experiment wasn't counted twice; but unfortunately it didn't
    effectively increase the "free nodes" count and so it was still
    possible to encounter spurious failures.  This could affect both
    swapmod and RedeemTicket.)
    eaeed4b0