Jonathan del Strother <[email protected]> wrote:
> So, as far as I can tell, the SIGABRT in a worker causes all siblings
> workers to be reaped and restarted. Is that intended/expected?
> Shouldn't it just kill the single worker & restart that?
Not intended or expected. I cannot reproduce it by doing:
kill -ABRT $WORKER_PID
Can you?
Can you setup a small test case which reproduces the issue?
Is anything else running that could be sending signals to all workers?
Thanks for any more info you can provide.