1. 23 Aug, 2019 3 commits
  2. 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
  3. 19 Aug, 2019 6 commits
  4. 16 Aug, 2019 2 commits
  5. 15 Aug, 2019 2 commits
  6. 14 Aug, 2019 16 commits
  7. 13 Aug, 2019 5 commits
  8. 12 Aug, 2019 2 commits
  9. 10 Aug, 2019 1 commit
  10. 09 Aug, 2019 1 commit