summaryrefslogtreecommitdiffstats
path: root/ctdb/server
Commit message (Expand)AuthorAgeFilesLines
* Report client for queue errors.Rusty Russell2010-07-012-2/+4
* ctdb_freeze: extend db priority hack to cover serverid.tdb deadlock.Rusty Russell2010-07-011-2/+6
* speed startup: with --sloppy-start, cut initial election timeout to 1/2 second.Rusty Russell2010-06-221-0/+5
* speed startup: add --sloppy-start.Rusty Russell2010-06-222-1/+3
* speed startup: run startup immediately after recovery finished.Rusty Russell2010-06-221-1/+1
* speed startup: don't wait a full recovery interval if we've already waitedRusty Russell2010-06-221-3/+12
* speed startup: immediately run first monitor event after startup.Rusty Russell2010-06-221-1/+1
* speed startup: alter recovery loopRusty Russell2010-06-221-100/+103
* fix a debug messageRonnie Sahlberg2010-06-091-1/+1
* idr can timeout and wrap/be reused quite quickly.Ronnie Sahlberg2010-06-091-1/+11
* We can not be holding a chainlock at this stage, so the tdb_chainunlock() cal...Ronnie Sahlberg2010-06-091-1/+0
* add extra logging for failed ctdb_ltdb_unlock() for a few more placesRonnie Sahlberg2010-06-091-4/+19
* add additional logging when tdb_chainunlock() failsRonnie Sahlberg2010-06-093-8/+39
* Additional log messages when tdb databases can no longer be chainlocked or ch...Ronnie Sahlberg2010-06-081-0/+2
* Add a variable for start/current time to ctdb statisticsRonnie Sahlberg2010-06-021-0/+3
* rename ctdb_set_message_handler to ctdb_client_set_message_handlerRonnie Sahlberg2010-06-021-9/+9
* rename ctdb_send_message to ctdb_client_send_message to resolve colission wit...Ronnie Sahlberg2010-06-022-6/+6
* When adding an ip at runtime, it might not yet have an iface assigned to it, ...Ronnie Sahlberg2010-06-011-0/+5
* check if vnn is a valid pointer before dereferencing itRonnie Sahlberg2010-05-261-1/+3
* Merge commit 'rusty/libctdb2'Ronnie Sahlberg2010-05-254-4/+4
|\
| * libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...Rusty Russell2010-05-204-4/+4
* | It was possible for ->recovery_mode to get out of sync with the new three db ...Ronnie Sahlberg2010-05-251-1/+10
|/
* Add the number of performed recoveries to the "ctdb statistics" output.Ronnie Sahlberg2010-05-111-0/+1
* when performing a recovery,Ronnie Sahlberg2010-05-061-0/+40
* Merge commit 'rusty/signal-fix'Ronnie sahlberg2010-05-031-53/+46
|\
| * eventscript: simplify script timeout handlingRusty Russell2010-04-081-26/+4
| * eventscript: wait for debugging dump before killing timedout scriptRusty Russell2010-04-081-5/+4
| * eventscript: don't do debugging system() from inside signal handlerRusty Russell2010-04-081-22/+37
| * eventscript: fix case where we fail to create child for some reasonRusty Russell2010-04-081-0/+1
* | Dont check ip assignment across the cluster while ip-verificationRonnie Sahlberg2010-05-031-3/+5
* | The recent change to the recovery daemon to keep track of andRonnie Sahlberg2010-05-032-0/+47
* | Make create_merged_ip_list() a static function sinceRonnie Sahlberg2010-05-031-1/+1
* | In the log message when we have found an inconsistent ip address allocation,Ronnie Sahlberg2010-05-031-1/+1
|/
* In the recovery daemon, keep track of which node we have assigned public ipRonnie Sahlberg2010-04-082-13/+62
* Lower the loglevel for "Recovery lock successfully taken"Ronnie Sahlberg2010-04-072-2/+2
* When we forcefully abort a running eventscript, dont log this as isRonnie Sahlberg2010-03-301-3/+25
* Reduce the loglevel for two log messages for Registering and Deregistering se...Ronnie Sahlberg2010-03-301-2/+2
* Fix a typo in run_startrecovery_eventscriptVolker Lendecke2010-03-291-1/+1
* Merge root@10.1.1.27:/shared/ctdb/ctdb-gitRonnie Sahlberg2010-03-111-1/+1
|\
| * adjust a vacuum log levelChristian Ambach2010-03-111-1/+1
* | Correction of spelling errors.Mathieu Parent2010-02-241-1/+1
* | server:ctdb_send_dmaster_reply: fix a message typo.Michael Adam2010-02-231-1/+1
* | server: add "setup" eventStefan Metzmacher2010-02-232-6/+30
* | In ctdb_control_end_recovery,Ronnie Sahlberg2010-02-231-1/+2
|/
* Ignore any scripts that timesout for most events, except startup.Ronnie Sahlberg2010-02-161-1/+15
* Reduce loglevel for two eventscript related debug messagesRonnie Sahlberg2010-02-161-2/+2
* Reducing the log level for a debug messageRonnie Sahlberg2010-02-161-1/+1
* Reduce the log level for two debug messagesRonnie Sahlberg2010-02-161-2/+2
* lower the loglevel for a debug message for redundant releases of public ipsRonnie Sahlberg2010-02-161-1/+1
* ctdb: when we fill the client packet queue we need to drop the clientAndrew Tridgell2010-02-041-5/+12