Hi, We have observed that jobs trapping SIGTERM without exiting the job script, doesn't get killed with SIGKILL after 5m (KillWait=300) and instead gets stuck in COMPLETING.
Reproduced by: #!/bin/bash #SBATCH -t 00:01:00 trap "while true; do sleep 1; done" TERM sleep 365d We are running slurm 2.2.7. It is however not reproducable on one of our other systems that is running 2.2.4. thanks, -- Per Lundqvist National Supercomputer Centre Linköping University, Sweden http://www.nsc.liu.se
