1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/ctdb/server
Ronnie Sahlberg ae209c74c8 dont reset the event script context everytime we start a new "ctdb eventscript ..."
command.
Use the existing context used for non-monitor events

Multiple concurrent uses of "ctdb eventscript ..." could otherwise lead to a SEGV

(This used to be ctdb commit 80a8d728e9680040e00d24361dfc9367dd372a56)
2009-11-19 11:03:51 +11:00
..
ctdb_banning.c new prototype banning code 2009-09-04 02:20:39 +10:00
ctdb_call.c Revert "From Wolfgang M." 2009-10-29 13:44:12 +11:00
ctdb_control.c add an in memory ringbuffer where we store the last 500000 log entries regardless of log level. 2009-11-18 12:44:18 +11:00
ctdb_daemon.c start the syslog child a little later, after we have forked and detached from the local shell 2009-10-30 19:39:11 +11:00
ctdb_freeze.c if a lock wait child died/finished, we could have released the lockwait handle and set it to NULL before we call the destructors for releaseing the waiters. 2009-10-22 13:41:28 +11:00
ctdb_keepalive.c add a new node state : DELETED. 2009-06-01 14:18:34 +10:00
ctdb_lockwait.c add logging everytime we create a filedescriptor in the main ctdb daemon 2009-10-15 11:24:54 +11:00
ctdb_logging.c add an in memory ringbuffer where we store the last 500000 log entries regardless of log level. 2009-11-18 12:44:18 +11:00
ctdb_ltdb_server.c move the check to skip vacuuming on persistent database to the ctdb_vacuuming_init() function 2009-11-03 10:48:27 +11:00
ctdb_monitor.c change the eventscript handling to allow EventScriptTimeout for each individual script isntead of for the entire set of scripts 2009-10-28 16:11:54 +11:00
ctdb_persistent.c server: fix debug message in trans2_commit (refusing persistent store during transaction) 2009-10-30 09:29:25 +11:00
ctdb_recover.c change the eventscript handling to allow EventScriptTimeout for each individual script isntead of for the entire set of scripts 2009-10-28 16:11:54 +11:00
ctdb_recoverd.c server: if takeover runs when the recovery master becomes unhealthy 2009-10-26 14:21:45 +11:00
ctdb_server.c make it possible to start the daemon in STOPPED mode 2009-07-09 11:57:20 +10:00
ctdb_serverids.c merge from ronnie 2008-02-04 20:07:15 +11:00
ctdb_takeover.c change the eventscript handling to allow EventScriptTimeout for each individual script isntead of for the entire set of scripts 2009-10-28 16:11:54 +11:00
ctdb_traverse.c add logging everytime we create a filedescriptor in the main ctdb daemon 2009-10-15 11:24:54 +11:00
ctdb_tunables.c Enhance the logging fromeventscripts. 2009-10-28 09:07:43 +11:00
ctdb_uptime.c track both when we last started and ended a recovery. 2008-07-02 13:55:59 +10:00
ctdb_vacuum.c dont use the pointer after it has been talloc_free()d. 2009-11-05 16:07:23 +11:00
ctdbd.c start the syslog child a little later, after we have forked and detached from the local shell 2009-10-30 19:39:11 +11:00
eventscript.c dont reset the event script context everytime we start a new "ctdb eventscript ..." 2009-11-19 11:03:51 +11:00