1. 08 Nov, 2016 1 commit
    • 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 1 commit
  3. 05 Nov, 2016 1 commit
  4. 04 Nov, 2016 7 commits
  5. 03 Nov, 2016 8 commits
  6. 01 Nov, 2016 4 commits
  7. 28 Oct, 2016 1 commit
    • Danny Auble's avatar
      Fix issue in the priority/multifactor plugin where on a slurmctld restart · be924b88
      Danny Auble authored
      more time than should be allowed would be accounted for.
      
      This only happened on jobs in the completing state when the slurmctld
      was shutdown.
      
      This will also be enhanced in 17.02 as the job's end_time_exp is not
      stored which is needed to determine if the job has already been through
      the decay_thread at end of job.
      
      Bug 3162
      be924b88
  8. 27 Oct, 2016 8 commits
  9. 26 Oct, 2016 7 commits
  10. 25 Oct, 2016 2 commits