Commit 9b55a09b authored by Morris Jette's avatar Morris Jette
Browse files

Avoid slurmctld comp_job_cnt underflow error

This error occurs when one job is used to expand the allocation of
another job. The node record's "run_job_cnt" is decremented when
the dependent job's epilog completes and the job getting those
resources never has the "run_job_cnt" updated for it, which later
results in the "comp_job_cnt" underflow when it ends. This bug
was discovered in the course of select/cons_tres development,
but impacts all select plugins.
parent 0d7c71a5
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