Commit fedcccb1 authored by Morris Jette's avatar Morris Jette
Browse files

burst_buffer limit race condition fix

Previous logic had a window between a job's allocation of burst
  buffer resources and those resources being recorded in use.
  During that interval, those same resources could be allocated
  (again) to another job. This change eliminates the race condition.
parent 5780fd85
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment