1. 16 Jan, 2017 1 commit
  2. 15 Jan, 2017 1 commit
  3. 14 Jan, 2017 5 commits
  4. 13 Jan, 2017 11 commits
  5. 12 Jan, 2017 21 commits
  6. 11 Jan, 2017 1 commit
    • Danny Auble's avatar
      CRAY - Fix deadlock issue when updating accounting in the slurmctld and · 69567910
      Danny Auble authored
      scheduling a Datawarp job.
      
      The assoc_mgr lock needs to happen before the bb_state.bb_mutex.  One place
      this could cause deadlock is from src/slurmctld/controller.c
      _accounting_cluster_ready() which calls clusteracct_storage_g_cluster_tres
      which inturn calls bb_g_job_set_tres_cnt which calls bb_p_job_set_tres_cnt
      which will lock the bb_muxtex after the assoc_mgr is already locked.
      
      Bug 3389
      69567910