Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mxqd: Remove superfluous "unknown pid returned" warning
Currently mxqd emits a warning if a child process, which is not associated to a pid of a running job, finishes. With the previous changes, when a job is killed by SIGKILL, we correctly avoid to kill the reaper process so that the job is finished normally via fspool. Because of that change it now happens more often that a job is already done for mxqd when the reaper process terminates normally a little later. So the condition that we see a terminating child, which is not related to a running job, is expected behaviour. Remove the warning. Previously we had "reaper died" messages in the logfile when mxqd sent a KILL signal to a job, because it killed the reaper with it.
- Loading branch information