summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_persistent.c
Commit message (Expand)AuthorAgeFilesLines
* persistent: add ctdb_persistent_finish_trans3_commits().Michael Adam2011-02-241-0/+34
* persistent: add a client context to the persistent_stat and track the db_idMichael Adam2011-02-241-7/+24
* persistent: reject trans3_control when a commit is already active.Michael Adam2011-02-241-0/+8
* persistent: allocate the persistent state in the ctdb_db struct in trans3_commitMichael Adam2011-02-241-2/+14
* persistent: add a ctdb_db context to the ctdb_persistent_state struct.Michael Adam2011-02-241-0/+1
* persistent_callback: print "no error message given" instead of "(null)"Michael Adam2011-02-241-1/+1
* persistent: reduce indentation for the finishing moves in ctdb_persistent_cal...Michael Adam2011-02-241-11/+15
* persistent: if a node failed to update_record, trigger a recoveryMichael Adam2011-02-241-0/+11
* persistent_store_timout: do not really time out the trans3_commit control in ...Michael Adam2011-02-241-1/+7
* persistent_callback: ignore the update-recordreturn code of remote node in re...Michael Adam2011-02-241-0/+6
* Add ctdb_fork(0 which will fork a child process and drop the real-timeRonnie Sahlberg2011-01-111-1/+1
* Update latency countes to show min/max and averageRonnie Sahlberg2010-10-111-1/+1
* Create macros to update the statistics counters and use these macrosRonnie Sahlberg2010-09-291-9/+9
* Merge commit 'rusty/ports-from-1.0.112' into fooRonnie Sahlberg2010-08-191-0/+1
|\
| * logging: give a unique logging name to each forked child.Rusty Russell2010-08-181-0/+1
* | event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-2/+3
|/
* Drop the debug level for logging fd creation to DEBUG_DEBUGRonnie Sahlberg2010-02-041-1/+1
* server: Use tdb_check to verify persistent tdbs on startupStefan Metzmacher2009-12-161-0/+12
* Add a new control CTDB_GET_DB_SEQNUM - fetch a persistent db's sequence number.Michael Adam2009-12-121-0/+66
* server: add a new control CTDB_CONTROL_TRANS3_COMMITMichael Adam2009-12-121-0/+85
* server:trans2_commit: move the check for active recovery down.Michael Adam2009-12-041-5/+5
* server: fix debug message in trans2_commit (refusing persistent store during ...Michael Adam2009-10-301-4/+5
* server: uniformly log db and client ids as 8-digit hex numbers in trans2_commitMichael Adam2009-10-301-8/+9
* server: line-wrap a debug statement in trans2_commitMichael Adam2009-10-301-2/+4
* server: output client_id in some debug messages in trans2_commitMichael Adam2009-10-301-5/+8
* server: fix a debug message in trans2_commit - log the correct db_idMichael Adam2009-10-301-3/+3
* server: extend a debug message in ctdb_control_trans2_error()Michael Adam2009-10-301-1/+3
* server: add positive debug statements to trans2_commit and trans2_finishedMichael Adam2009-10-301-0/+11
* server: trans2_active: don't report a transaction active on the node that per...Michael Adam2009-10-301-0/+6
* Revert "update the "uptime" command to indicate the "time since last" is the ...Ronnie Sahlberg2009-10-291-0/+20
* update the "uptime" command to indicate the "time since last" is the time sin...Ronnie Sahlberg2009-10-291-20/+0
* server: add a new ctdb control CTDB_TRANS2_ACTIVEMichael Adam2009-10-291-0/+20
* In ctdb_ltdb_store(), add a missing transaction_cancel when local store failed.Michael Adam2009-10-211-1/+1
* add logging everytime we create a filedescriptor in the main ctdb daemonRonnie Sahlberg2009-10-151-0/+4
* ctdbd: refuse PERSISTENT_STORE if transaction is running.Michael Adam2009-07-291-0/+5
* Fix persistent transaction commit race condition.Michael Adam2009-07-291-1/+70
* add control and logging of very high latencies.Ronnie Sahlberg2008-10-301-1/+1
* added a new control CTDB_CONTROL_TRANS2_COMMIT_RETRY so we can tell Andrew Tridgell2008-08-081-3/+9
* return a more detailed error code from a trans2 commit errorAndrew Tridgell2008-08-081-2/+21
* fixed a looping error bug with the new transactions codeAndrew Tridgell2008-08-081-3/+11
* cover some corner cases where the persistent database could becomeAndrew Tridgell2008-08-071-2/+4
* implemented replayable transactions in ctdb to prevent deadlockAndrew Tridgell2008-08-041-5/+1
* added new multi-record transaction commit codeAndrew Tridgell2008-07-301-51/+165
* Only decrement the "number of persistent writes in flight" If/whenRonnie Sahlberg2008-07-171-2/+6
* Add two new controls to start and cancel a persistent update.Ronnie Sahlberg2008-07-171-0/+48
* proper waitpid() fix.Ronnie Sahlberg2008-07-091-2/+0
* Revert "waitpid() can block if it takes a long time before the child terminates"Ronnie Sahlberg2008-07-081-0/+2
* waitpid() can block if it takes a long time before the child terminatesRonnie Sahlberg2008-07-081-2/+0
* dont bother casting to a void* private_data pointer,Ronnie Sahlberg2008-05-281-7/+4
* remove another field we dont need in the childwrite_handle structureRonnie Sahlberg2008-05-281-2/+0