When we forcefully abort a running eventscript, dont log this as is
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 30 Mar 2010 01:47:54 +0000 (12:47 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 30 Mar 2010 01:47:54 +0000 (12:47 +1100)
commit9dd25cb751919799af9d8a23a0725343a8400e58
treee6198f9172d01844d1ec32ab674ae8810e9e6308
parent944434eb6420774e42e58984c6ddaa326a6853bd
When we forcefully abort a running eventscript, dont log this as is
the script timedout.

Instead send a different signal (SIGABRT) to the child process to silently
kill the process group for the script and its children without logging
anything.

We abort any running "monitor" script anytime any other event is generated
either by ctdbd itself or by "ctdb eventscript ..."

BZ61043
server/eventscript.c