Fix deadlock scenario when dumping configuration in the slurmctld.
It was determined we didn't need the write locks on the job and no locks were needed on the node either. Doing these different locked beforehand would create a window where you could get a config write lock
Please register or sign in to comment