1. 26 Apr, 2016 2 commits
  2. 23 Apr, 2016 1 commit
  3. 20 Apr, 2016 2 commits
  4. 15 Apr, 2016 1 commit
  5. 14 Apr, 2016 1 commit
    • Morris Jette's avatar
      Set burst buffer reason for job · 49d483db
      Morris Jette authored
      If a job fails stage in, set its reason to BurstBufferOperation
      with a string describing what happened. Previously the reason was
      set to AdminHeld on stage-in failure.
      49d483db
  6. 13 Apr, 2016 2 commits
  7. 12 Apr, 2016 3 commits
  8. 11 Apr, 2016 7 commits
  9. 09 Apr, 2016 2 commits
    • Morris Jette's avatar
      Fix for commit e62a9270 · 06776b12
      Morris Jette authored
      For case where job can't start and there are no running jobs
      to remove in order to establish estimated start time.
      06776b12
    • Morris Jette's avatar
      backfill scheduling enhancement · e62a9270
      Morris Jette authored
      When determining when a pending job will be able to start, rather
        than testing after removing each running job and trying to schedule
        the pending jobs, remove multiple jobs that all end about the
        same time before testing. This reduces the number of calls to
        the job placement logic, which is time consuming.
      e62a9270
  10. 08 Apr, 2016 2 commits
  11. 07 Apr, 2016 3 commits
  12. 06 Apr, 2016 8 commits
  13. 05 Apr, 2016 3 commits
    • Morris Jette's avatar
      Fix backfill scheduler race condition · d8b18ff8
      Morris Jette authored
      Fix backfill scheduler race condition that could cause invalid pointer in
          select/cons_res plugin. Bug introduced in 15.08.9, commit:
          efd9d35e
      
      The scenario is as follows
      1. Backfill scheduler is running, then releases locks
      2. Main scheduling loop starts a job "A"
      3. Backfill scheduler resumes, finds job "A" in its queue and
         resets it's partition pointer.
      4. Job "A" completes and tries to remove resource allocation record
         from select/cons_res data structure, but fails to find it because
         it is looking in the table for the wrong partition.
      5. Job "A" record gets purged from slurmctld
      6. Select/cons_res plugin attempts to operate on resource allocation
         data structure, finds pointer into the now purged data structure
         of job "A" and aborts or gets SEGV
      Bug 2603
      d8b18ff8
    • Danny Auble's avatar
      6f0c2d3f
    • Danny Auble's avatar
      Remove debug from commit 921c59e4 · 24566dd7
      Danny Auble authored
      24566dd7
  14. 04 Apr, 2016 3 commits