1. 29 Oct, 2015 3 commits
  2. 28 Oct, 2015 2 commits
  3. 27 Oct, 2015 6 commits
  4. 26 Oct, 2015 6 commits
  5. 24 Oct, 2015 2 commits
  6. 23 Oct, 2015 2 commits
  7. 22 Oct, 2015 4 commits
  8. 21 Oct, 2015 2 commits
  9. 20 Oct, 2015 3 commits
  10. 19 Oct, 2015 6 commits
  11. 16 Oct, 2015 1 commit
  12. 15 Oct, 2015 1 commit
  13. 14 Oct, 2015 1 commit
  14. 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