summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_daemon.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add control and logging of very high latencies.Ronnie Sahlberg2008-10-301-5/+5
* additional monitoring between the two daemons.Ronnie Sahlberg2008-09-091-0/+3
* initial ipv6 patchRonnie Sahlberg2008-08-191-1/+1
* lower a debug messageRonnie Sahlberg2008-07-181-1/+1
* Add two new controls to start and cancel a persistent update.Ronnie Sahlberg2008-07-171-0/+6
* proper waitpid() fix.Ronnie Sahlberg2008-07-091-0/+32
* Revert "waitpid() can block if it takes a long time before the child terminates"Ronnie Sahlberg2008-07-081-3/+0
* Revert "set sigchild to SIG_IGN instead of SIG_DFL"Ronnie Sahlberg2008-07-081-3/+3
* set sigchild to SIG_IGN instead of SIG_DFLRonnie Sahlberg2008-07-081-3/+3
* waitpid() can block if it takes a long time before the child terminatesRonnie Sahlberg2008-07-081-0/+3
* ctdb->methods becomes NULL when we shutdown the transport.Ronnie Sahlberg2008-05-111-0/+16
* fix compiler warning during a fatal error failing to lock down the socketRonnie Sahlberg2008-04-101-1/+1
* From Chris CowanRonnie Sahlberg2008-04-101-11/+8
* From Chris CowanRonnie Sahlberg2008-04-031-0/+9
* decorate the memdump output with a nice field for ctdb_client structures to s...Ronnie Sahlberg2008-04-011-11/+4
* add improvements to tracking memory usage in ctdbd adn the recovery daemonRonnie Sahlberg2008-04-011-0/+14
* merge from ronnieAndrew Tridgell2008-02-041-31/+30
* added debug constants to allow for better mapping to syslog levelsAndrew Tridgell2008-02-041-4/+4
* added syslog support, and use a pipe to catch logging from child processes to...Andrew Tridgell2008-01-161-0/+2
* - catch a case where the client disconnects during a callAndrew Tridgell2008-01-161-3/+40
* split node health monitoring and checking for connected/disconnected Ronnie Sahlberg2008-01-151-1/+4
* fixed the bug that make "onnode N service ctdb start" hangAndrew Tridgell2008-01-051-0/+5
* prevent a deadly embrace between smbd and ctdbd by moving the callingAndrew Tridgell2007-11-121-12/+3
* no longer wait at startup for services to become available, insteadAndrew Tridgell2007-09-241-8/+9
* added support for persistent databases in ctdbdAndrew Tridgell2007-09-211-58/+51
* changed some debug levelsAndrew Tridgell2007-09-121-2/+2
* change debug output from vnn to pnnRonnie Sahlberg2007-09-041-4/+4
* change ctdb_node_flags_change.vnn to ctdb_node_flags_changed.pnnRonnie Sahlberg2007-09-041-8/+8
* change ctdb_get_vnn to ctdb_get_pnnRonnie Sahlberg2007-09-041-1/+1
* change ctdb_validate_vnn to ctdb_validate_pnnRonnie Sahlberg2007-09-041-3/+3
* change ctdb->vnn to ctdb->pnnRonnie Sahlberg2007-09-041-5/+5
* change the structure used for node flag change messages so that we can Ronnie Sahlberg2007-08-211-1/+1
* add an atexit() that will print "CTDB daemon shutting down" in the log Ronnie Sahlberg2007-08-211-0/+7
* dont pollute the log with 'Registered PID XXX for client YYY' at log Ronnie Sahlberg2007-08-211-1/+1