1. 08 Nov, 2016 2 commits
    • Morris Jette's avatar
      Merge branch 'slurm-16.05' · 8f096bc8
      Morris Jette authored
      8f096bc8
    • Morris Jette's avatar
      sched/backfill - avoid starting requeued job · 69af50af
      Morris Jette authored
      If a job is started by the main scheduling logic and requeued while
        the backfill scheduler has locks released, that can result in an
        invalid data structure in select/cons_res. Namely, the backfill
        scheduler's attempt to start the job would clear the job resources
        node_bitmap. That leaves a NULL pointer in the select/cons_res
        plugin generating an abort. (That pointer is needed to clean up
        the job allocation records when the Epilog or Cray Node Health
        Check, NHC, are complete and the resources become available for
        another job.
      bug 3230
      69af50af
  2. 07 Nov, 2016 6 commits
  3. 05 Nov, 2016 2 commits
  4. 04 Nov, 2016 22 commits
  5. 03 Nov, 2016 8 commits