summaryrefslogtreecommitdiffstats
path: root/ctdb/client
Commit message (Expand)AuthorAgeFilesLines
...
* client: lower level of commit retry message WARNING->DEBUGMichael Adam2009-12-091-3/+3
* client: lower debug level of transaction-active-retry message to DEBUGMichael Adam2009-12-091-4/+4
* ctdb: scriptstatus can now query non-monitor eventsRusty Russell2009-12-081-7/+15
* eventscript: rename ctdb_monitoring_wire to ctdb_scripts_wireRusty Russell2009-12-081-2/+2
* eventscript: remove unused ctbd_ctrl_event_script*Rusty Russell2009-12-081-80/+0
* eventscript: use -ENOEXEC for disabled status valueRusty Russell2009-12-071-22/+0
* client: improve two error messages in ctdb_transaction_commit().Michael Adam2009-12-041-2/+10
* client: increase the number of commit retries 10-->100Michael Adam2009-12-041-1/+1
* client: untangle checks and produce more detailed error messagesMichael Adam2009-12-041-1/+13
* client: increase the rsn of the __transaction_lock__ when storingMichael Adam2009-12-041-0/+2
* make ctdb_ctrl_transaction_active public.Michael Adam2009-12-041-3/+3
* client: in catdb, print the keyname first, and separate records by a blank lineMichael Adam2009-12-041-3/+5
* client: randomize the transaction_start retry loop:Michael Adam2009-10-301-3/+5
* client: fix a race in the local race condition fix in transaction_startMichael Adam2009-10-301-8/+10
* client: add a debug message when a transaction_commit needs to be retriedMichael Adam2009-10-301-0/+3
* client: log db_id as 8-digit hex in ctdb_transaction_fetch_start()Michael Adam2009-10-301-1/+1
* client: improve "control timed out" debug messageMichael Adam2009-10-301-1/+3
* Revert "update the "uptime" command to indicate the "time since last" is the ...Ronnie Sahlberg2009-10-291-3/+45
* update the "uptime" command to indicate the "time since last" is the time sin...Ronnie Sahlberg2009-10-291-45/+3
* ctdb_client: reformat a comment slightly to enhance clearness.Michael Adam2009-10-291-3/+5
* client: fix race condition with concurrent transactions on the same node.Michael Adam2009-10-291-0/+12
* client: add ctdb_ctrl_transaction_active() which calls out to CTDB_TRANS2_ACTIVEMichael Adam2009-10-291-0/+28
* for debuggingRonnie Sahlberg2009-10-271-0/+2
* ctdb_client: fix DEBUG statement in ctdb_ctrl_modflags()Stefan Metzmacher2009-10-261-1/+1
* initial attempt at freezing databases in priority orderRonnie Sahlberg2009-10-121-3/+11
* uptade the freeze/thaw commands to be able to send the requested database pri...Ronnie Sahlberg2009-10-121-8/+20
* add a control to read the db priority from a databaseRonnie Sahlberg2009-10-101-0/+27
* add a control to set a database priority. Let newly created databases default...Ronnie Sahlberg2009-10-101-0/+24
* add a new function to collect a list of all active nodes EXCEPT a certain nodeRonnie Sahlberg2009-10-061-0/+34
* ctdb_client: fix race in starting concurrent transactions on a single nodeMichael Adam2009-09-211-1/+24
* new prototype banning codeRonnie Sahlberg2009-09-041-0/+45
* add new controls to make it possible to enable/disable individual eventscriptsRonnie Sahlberg2009-08-131-0/+66
* client: fix a debug message (misplaced newline).Michael Adam2009-08-041-1/+1
* client:ctdb_control_send: remove duplicate setting of the reqid header.Michael Adam2009-08-041-1/+0
* client: refuse to do record_store() on a persistent tdb.Michael Adam2009-07-291-36/+2
* client: set dmaster in ctdb_transaction_store() also when updating an existin...Michael Adam2009-07-291-2/+2
* When processing the stop node control reply in the client code we shouldRonnie Sahlberg2009-07-291-2/+3
* add two commands : setlmasterrole and setrecmasterrole to enable/disable thes...Ronnie Sahlberg2009-07-281-0/+46
* add a command "setnatgwstate {on|off}" that can be used to indicate if this n...Ronnie Sahlberg2009-07-281-0/+23
* add two new controls, CTOP_NODE and CONTINUE_NODERonnie Sahlberg2009-07-091-0/+34
* add a control to set the reclock fileRonnie Sahlberg2009-06-251-1/+29
* return NULL and not a "" when there is no reclock file returned from the serverRonnie Sahlberg2009-06-251-1/+6
* add a control to read the current reclock file from a nodeRonnie Sahlberg2009-06-251-0/+23
* Whitespace changes and using the CTDB_NO_MEMORY() macro changes toRonnie Sahlberg2009-05-211-9/+10
* add missing checks on so far ignored return valuesSumit Bose2009-05-211-1/+13
* add additional log info to track if/why we cant switch to client mode.Ronnie Sahlberg2009-05-141-0/+2
* Track how long it takes to take out the recovery lock from both the main dame...Ronnie Sahlberg2009-05-141-0/+21
* add a new command "ctdb scriptstatus"root2009-03-231-0/+107
* create a helper function that converts a ctdb instance in daemon mode to becomeroot2009-03-231-0/+36
* reqrite the handling of flag updates across the cluster to eliminate aRonnie Sahlberg2008-11-201-11/+81