1. 22 Oct, 2015 3 commits
  2. 21 Oct, 2015 7 commits
  3. 20 Oct, 2015 13 commits
  4. 19 Oct, 2015 10 commits
  5. 16 Oct, 2015 2 commits
  6. 15 Oct, 2015 1 commit
  7. 14 Oct, 2015 1 commit
  8. 09 Oct, 2015 2 commits
  9. 08 Oct, 2015 1 commit
    • Brian Christiansen's avatar
      Fix case where if the backup slurmdbd has existing connections when it gives... · 44bb06bc
      Brian Christiansen authored
      Fix case where if the backup slurmdbd has existing connections when it gives up control that the it would be killed.
      
      If the backup had existing connections when giving up control, it would try to
      signal the existing threads by using pthread_kill to send SIGKILL to the
      threads. The problem is that SIGKILL doesn't go the thread but the main process
      and the backup dbd would be killed.
      44bb06bc