1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/ctdb/server
Martin Schwenke 55be3c1239 Reimplement logging of long running events
Reimplement 5aba53e6adcfcd7edbdac9e30aa5fcba176aca00 using tevent
trace points.

Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit 98e1b46adba11b9549b5c5976e1f561fe732fa6e)
2012-06-12 16:10:01 +10:00
..
ctdb_banning.c Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
ctdb_call.c server: Replace BOOL datatype with bool, True/False with true/false 2012-05-28 11:22:25 +10:00
ctdb_control.c Run the shutdown eventscript before we tear down the transport 2012-05-30 11:51:38 +10:00
ctdb_daemon.c Reimplement logging of long running events 2012-06-12 16:10:01 +10:00
ctdb_freeze.c server: Replace BOOL datatype with bool, True/False with true/false 2012-05-28 11:22:25 +10:00
ctdb_keepalive.c Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
ctdb_lockwait.c Track all child process so we never send a signal to an unrelated process (our child died and kernel wrapped the pid-space and reused the pid for a different process 2012-05-03 14:03:26 +10:00
ctdb_logging.c Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
ctdb_ltdb_server.c Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
ctdb_monitor.c Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
ctdb_persistent.c Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
ctdb_recover.c RECOVER: When we pull databases during recovery, we used to reallocate the databuffer for each entry added. This would normally not be an issue, but for cases where memory is fragmented, this could start to cost significant cpu if we need to reallocate and move to a different region. 2012-05-25 12:34:06 +10:00
ctdb_recoverd.c RECOVER: When we pull databases during recovery, we used to reallocate the databuffer for each entry added. This would normally not be an issue, but for cases where memory is fragmented, this could start to cost significant cpu if we need to reallocate and move to a different region. 2012-05-25 12:34:06 +10:00
ctdb_server.c Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
ctdb_serverids.c RB_TREE: Add mechanism to abort a traverse 2011-11-08 13:40:28 +11:00
ctdb_statistics.c Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
ctdb_takeover.c server: Replace BOOL datatype with bool, True/False with true/false 2012-05-28 11:22:25 +10:00
ctdb_traverse.c Track all child process so we never send a signal to an unrelated process (our child died and kernel wrapped the pid-space and reused the pid for a different process 2012-05-03 14:03:26 +10:00
ctdb_tunables.c RECOVERY: Increase the time we allow before timing out recovery related tasks. 2012-05-25 12:34:14 +10:00
ctdb_update_record.c Track all child process so we never send a signal to an unrelated process (our child died and kernel wrapped the pid-space and reused the pid for a different process 2012-05-03 14:03:26 +10:00
ctdb_uptime.c Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
ctdb_vacuum.c Track all child process so we never send a signal to an unrelated process (our child died and kernel wrapped the pid-space and reused the pid for a different process 2012-05-03 14:03:26 +10:00
ctdbd.c server: Replace BOOL datatype with bool, True/False with true/false 2012-05-28 11:22:25 +10:00
eventscript.c Debug: When scripts hang, we may need to collect additional data in order to debug why the script hung. 2012-05-17 10:29:03 +10:00