1. 29 Aug, 2019 6 commits
  2. 28 Aug, 2019 1 commit
    • Alejandro Sanchez's avatar
      Don't update [min|max]_exit_code on job array task requeue. · 0e42eb87
      Alejandro Sanchez authored
      Only do so once the task actually finishes. Otherwise, a requeued task
      could set an incorrect max_exit_code even if completed with exit code 0
      after re-running again, leading to problems with i.e. other jobs with an
      afterok type of dependency on such array relying on the incorrectly set
      max_exit_code.
      
      Bug 7552.
      0e42eb87
  3. 26 Aug, 2019 3 commits
  4. 23 Aug, 2019 3 commits
  5. 20 Aug, 2019 2 commits
    • Danny Auble's avatar
      Handle situation where a slurmctld tries to communicate with slurmdbd more... · af7b4531
      Danny Auble authored
      Handle situation where a slurmctld tries to communicate with slurmdbd more than once at the same time.
      
      What can happen here is the slurmdbd/slurmctld connection gets hung up
      somehow.  If the slurmctld is restarted a new connection is made along
      side the old connection.  When the old connection gets unwedged the old
      connection will clear out the registration of the slurmctld making it so
      no updates are sent to that slurmctld.
      
      What this does is checks for old connections when a registration message
      comes in.  If we find one we print error set the rem_port = 0 and
      remove it from the list.  This makes it so when it gets unwedged we just
      close the socket instead of remove the registration.
      
      Bug 5213
      af7b4531
    • Alejandro Sanchez's avatar
      Fix NEWS entry for the previous commit a04eea2e. · d0729247
      Alejandro Sanchez authored
      Bug 7360.
      d0729247
  6. 19 Aug, 2019 6 commits
  7. 16 Aug, 2019 2 commits
  8. 15 Aug, 2019 2 commits
  9. 14 Aug, 2019 15 commits