summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_recoverd.c
Commit message (Expand)AuthorAgeFilesLines
* eventscript: introduce enum for different event script calls.Rusty Russell2009-11-241-1/+1
* server: if takeover runs when the recovery master becomes unhealthyStefan Metzmacher2009-10-261-2/+38
* server: print out the full 64-bit srvid on 32-bit hostsStefan Metzmacher2009-10-261-4/+4
* From Volker LRonnie Sahlberg2009-10-221-4/+11
* lower the debug levels for the "create FD messages" so we dont fill up the logs.Ronnie Sahlberg2009-10-211-1/+1
* mprove the log message when we skip the ip allocation check from the recovery...Ronnie Sahlberg2009-10-211-1/+1
* add logging everytime we create a filedescriptor in the main ctdb daemonRonnie Sahlberg2009-10-151-0/+5
* add a new control for explicitely cancelling recovery transactions, i.e. theRonnie Sahlberg2009-10-121-2/+19
* allow setting the recmode even when not completely frozen.Ronnie Sahlberg2009-10-121-3/+3
* initial attempt at freezing databases in priority orderRonnie Sahlberg2009-10-121-16/+23
* during recovery, update all remote nodes so they use the same prioritiesRonnie Sahlberg2009-10-101-1/+51
* verify the DISABLED flag and compare with the previous flag we have registere...Ronnie Sahlberg2009-10-101-1/+4
* if a node fails to become frozen during recovery, mark it up with as a culpri...Ronnie Sahlberg2009-10-081-6/+15
* add a new message to ask the recovery daemon to temporarily disable checking ...Ronnie Sahlberg2009-10-061-3/+49
* with the new banning logic with one struct for each node we no longer "forget...Ronnie Sahlberg2009-09-251-0/+21
* dont mark the recovery daemon as a ban culprit just because a node in the clu...Ronnie Sahlberg2009-09-181-1/+0
* dont force an election just because the ban flag differs across the cluster.Ronnie Sahlberg2009-09-091-18/+0
* new prototype banning codeRonnie Sahlberg2009-09-041-279/+103
* When we create new election data to send during elections, we must re-read th...Ronnie Sahlberg2009-07-171-1/+8
* stopped nodes can not win a recmaster electionRonnie Sahlberg2009-07-091-1/+18
* recovery daemon needs to monitor when the local ctdb daemon is stopped and en...Ronnie Sahlberg2009-07-091-0/+28
* add a new command "ctdb ipreallocate", this command will force the recovery m...Ronnie Sahlberg2009-07-021-0/+83
* update the recovery daemon to read the recovery lock file off the main daemon...Ronnie Sahlberg2009-06-251-1/+61
* Dont access the reclock file at all if VerifyRecoveryLock is zero and alsoRonnie Sahlberg2009-06-251-20/+37
* dont log an error if waitpid returns -1 and errno is ECHILDRonnie Sahlberg2009-06-191-1/+3
* dont leak file descriptorsRonnie Sahlberg2009-06-191-0/+4
* in the recovery daemon, check that the recovery master can access the recover...Ronnie Sahlberg2009-06-191-12/+169
* add a new node state : DELETED.Ronnie Sahlberg2009-06-011-9/+23
* Track how long it takes to take out the recovery lock from both the main dame...Ronnie Sahlberg2009-05-141-0/+5
* tweak some timeouts so that we do trigger a banning even if the control hangs...Ronnie Sahlberg2009-04-241-2/+2
* If we can not pull a database from a node during recovery, mark this node as ...Ronnie Sahlberg2009-04-241-2/+22
* We dont need to verify the nodemap on remote nodes that are bannedRonnie Sahlberg2009-04-061-1/+1
* if we cant pull the remote nodemap off a node we should mark it as a culprit ...Ronnie Sahlberg2009-04-021-0/+2
* create a helper function that converts a ctdb instance in daemon mode to becomeroot2009-03-231-25/+5
* update to the flags handlingroot2008-12-091-13/+16
* redo and update how we synchronize flags across the cluster.root2008-12-051-62/+106
* inew version 1.0.66Ronnie Sahlberg2008-11-241-3/+5
* reqrite the handling of flag updates across the cluster to eliminate aRonnie Sahlberg2008-11-201-61/+46
* null out the pointer before we reload the nodes fileRonnie Sahlberg2008-10-171-1/+1
* when we reload the nodes file, we may need to reload the nodes fileRonnie Sahlberg2008-10-171-2/+24
* fix a slow memory leak in the recovery daemon in the error paths for theRonnie Sahlberg2008-09-161-0/+2
* fix some slow memory leaks in the vacuuming handler in the recoveryRonnie Sahlberg2008-09-161-0/+5
* From Volker LRonnie Sahlberg2008-09-161-0/+3
* lower the debug level for when printing that the nodeflags have changedRonnie Sahlberg2008-09-091-1/+1
* additional monitoring between the two daemons.Ronnie Sahlberg2008-09-091-0/+3
* initial ipv6 patchRonnie Sahlberg2008-08-191-4/+7
* fixed a memory leak in the recovery daemonAndrew Tridgell2008-08-111-2/+2
* remove the reclock file we store pnn counts in.Ronnie Sahlberg2008-08-061-152/+0
* renamed the pulldb structure to a ctdb_marshall_bufferAndrew Tridgell2008-07-301-1/+1
* rename the structure we use for marshalling multiple recordsAndrew Tridgell2008-07-301-9/+9