Debug: When scripts hang, we may need to collect additional data in order to debug...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 17 May 2012 00:17:51 +0000 (10:17 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 17 May 2012 00:29:03 +0000 (10:29 +1000)
commitdce5969d1262f759abd7ba10602ff37ba6f5a3aa
treed3d09632263e8edfa7b64ede69396d3c87383d39
parentaa50bc580c7d18a85e1cb5cd7c36ef79c983a83f
Debug: When scripts hang, we may need to collect additional data in order to debug why the script hung.

Break this debug and datacollection out into an external script to make it easier to modify what data we need to collect.
For now we only collect a pstree so we can see what part of the script we hung in.

S1037271

(This used to be ctdb commit 6e68797af67bee36f2bad045f94806e7e98f27e9)
ctdb/Makefile.in
ctdb/config/ctdb.init
ctdb/config/ctdb.sysconfig
ctdb/config/debug-hung-script.sh [new file with mode: 0644]
ctdb/include/ctdb_private.h
ctdb/packaging/RPM/ctdb.spec.in
ctdb/server/ctdb_tunables.c
ctdb/server/ctdbd.c
ctdb/server/eventscript.c