Hi all,

I am trying to write a test that exercise the signal escalation feature in
the command executor (https://issues.apache.org/jira/browse/MESOS-1031):
https://github.com/nqn/mesos/commits/niklas/signal-escalation-test

I noticed that the fork/exec'ed child doesn't receive the first SIGTERM
signal in the test. When I reinsert the default handler after forking in
the command executor, it works.
I suspect it is GLOG that is swallowing it and wondered if you guys have
run into this, or have any suggestions of how to address it.

Thanks,
Niklas

Reply via email to