summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_daemon.c
Commit message (Expand)AuthorAgeFilesLines
...
* ReadOnly: Check the readonly flag instead of whether the tdb pointer is NULL ...Ronnie Sahlberg2011-08-231-1/+1
* ReadOnly: clear out the tracking record once a revoke is completedRonnie Sahlberg2011-08-231-0/+4
* ReadOnly: Add handlign of readonly requests readwrite requests, delegations a...Ronnie Sahlberg2011-08-231-0/+47
* daemon: fill ctdb->ctdbd_pid earlyMichael Adam2011-03-141-0/+1
* daemon: correctly end a running trans3_commit if the client disconnects.Michael Adam2011-02-241-0/+9
* We can not always rely on the recovery daemon pinging us in a timely mannerRonnie Sahlberg2011-01-141-0/+30
* Revert scheduling back to use real-time processesRonnie Sahlberg2011-01-111-1/+4
* delay loading the public ip address file until after we have started the tran...Ronnie Sahlberg2010-11-101-1/+9
* Add a new tunable : DisableIPFailover that when set to non 0Ronnie Sahlberg2010-11-101-1/+3
* during shutdown there is a window after we have stopped TCP and disconnected ...Ronnie Sahlberg2010-10-281-2/+2
* Update latency countes to show min/max and averageRonnie Sahlberg2010-10-111-5/+5
* Add rolling statistics that are collected across 10 second intervals.Ronnie Sahlberg2010-09-291-0/+3
* Create macros to update the statistics counters and use these macrosRonnie Sahlberg2010-09-291-45/+24
* set up a handler to catch and log debug messages from the tevent layerRonnie Sahlberg2010-09-281-0/+5
* run the "init" event before we freeze the databasesRonnie Sahlberg2010-08-251-5/+5
* We use eventloop nesting in a couple of places, notably the syncRonnie Sahlberg2010-08-181-0/+1
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-2/+3
* Report client for queue errors.Rusty Russell2010-07-011-1/+2
* add additional logging when tdb_chainunlock() failsRonnie Sahlberg2010-06-091-3/+14
* libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...Rusty Russell2010-05-201-1/+1
* Reduce the loglevel for two log messages for Registering and Deregistering se...Ronnie Sahlberg2010-03-301-2/+2
* server: add "setup" eventStefan Metzmacher2010-02-231-6/+28
* ctdb: when we fill the client packet queue we need to drop the clientAndrew Tridgell2010-02-041-5/+12
* server: add "init" eventStefan Metzmacher2010-01-201-0/+6
* fix a conflict in the merge from rustyRonnie Sahlberg2009-12-171-4/+2
|\
| * ctdb: use mlockall, cautiouslyRusty Russell2009-12-161-0/+1
| * Remove RT priority, use niceness.Rusty Russell2009-12-161-4/+1
* | server: Use tdb_check to verify persistent tdbs on startupStefan Metzmacher2009-12-161-0/+10
* | server: only do the mkdir() calls for db_directory* once at the startStefan Metzmacher2009-12-161-3/+3
|/
* Run only one event for each epoll_wait/select callVolker Lendecke2009-12-101-1/+0
* lower the loglevel for the message that a client has attached through a domia...Ronnie Sahlberg2009-12-021-1/+1
* Add a proper function to process a process-exist control in the daemon.Ronnie Sahlberg2009-12-021-0/+38
* Add a double linked list to the ctdb_context to store a mapping between clien...Ronnie Sahlberg2009-12-021-2/+34
* Use the PID we pick up from the domain socket when a client connectsRonnie Sahlberg2009-12-021-8/+4
* start the syslog child a little later, after we have forked and detached from...Ronnie Sahlberg2009-10-301-1/+11
* for debuggingRonnie Sahlberg2009-10-271-1/+3
* Add a mechanism where we can register notifications to be sent out to a SRVID...Ronnie Sahlberg2009-10-231-1/+102
* lower the debug levels for the "create FD messages" so we dont fill up the logs.Ronnie Sahlberg2009-10-211-1/+1
* When clients have blocked, perhaps because the node is banned or stopped ...Ronnie Sahlberg2009-10-211-0/+6
* add logging everytime we create a filedescriptor in the main ctdb daemonRonnie Sahlberg2009-10-151-0/+2
* initial attempt at freezing databases in priority orderRonnie Sahlberg2009-10-121-1/+1
* Fix persistent transaction commit race condition.Michael Adam2009-07-291-0/+9
* dont even try to send a message from the main daemon if the transport is downRonnie Sahlberg2009-06-301-0/+5
* dont remove the socket when the dameon stops. This can race if theRonnie Sahlberg2009-05-291-10/+0
* add missing checks on so far ignored return valuesSumit Bose2009-05-211-0/+4
* when tracking the ctdb statistics, only decrement num_clients and pending_...root2009-05-011-11/+33
* increase the listen queue. Now that the eventscripts may become clients and c...Ronnie Sahlberg2009-04-061-1/+1
* reqrite the handling of flag updates across the cluster to eliminate aRonnie Sahlberg2008-11-201-34/+0
* we actually need a ctdb_db variableRonnie Sahlberg2008-11-031-1/+1
* latency is measured in us, not msRonnie Sahlberg2008-10-301-3/+4