1. 22 Nov, 2017 9 commits
  2. 21 Nov, 2017 11 commits
  3. 20 Nov, 2017 6 commits
  4. 17 Nov, 2017 3 commits
  5. 16 Nov, 2017 6 commits
  6. 15 Nov, 2017 5 commits
    • Morris Jette's avatar
      Fix some slurmctld memory leaks · 29833f86
      Morris Jette authored
      29833f86
    • Morris Jette's avatar
      Fix typo in log message · 89edbd4b
      Morris Jette authored
      89edbd4b
    • Morris Jette's avatar
      Prevent pack job scheduling deadlock · d26179c2
      Morris Jette authored
      Prevent scheduling deadlock with multiple components of heterogeneous job
          in different partitions (i.e. one heterogeneous job component is higher
          priority in one partition and another component is lower priority in a
          different partition).
      bug 4370
      d26179c2
    • Alejandro Sanchez's avatar
      Fix issue where heterogeneous jobs were not properly purged in some cases. · 14f70bd4
      Alejandro Sanchez authored
      Issue could be reproduced by restarting slurmctld after a heterogeneous job
      finished, but before MinJobAge time passed. Since the pack_job_list
      job_record memeber wasn't saved/loaded to/from the job_state, the function
      _validate_pack_jobs() is responsible for rebuilding the pack_job_list. Issue
      was that the function was skiping the rebuild work for finished jobs, thus
      other functions like the thread responsible for purging old jobs was failing
      to iterate over a NULL pack_job_list which was never rebuilt.
      
      Bug 4383.
      14f70bd4
    • Felip Moll's avatar
      lua env handling makes slurmctld crash · 7e3912b3
      Felip Moll authored
      If run from srun and lua job submit plugin sets environment, slurmctld
      crashes.
      
      Bug#4247
      7e3912b3