summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_persistent.c
Commit message (Expand)AuthorAgeFilesLines
* ctdbd: Remove transaction code related to TRANS2 commitsAmitay Isaacs2013-10-041-310/+3
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* server:persistent: fix a debug message (copy'n'paste error)Michael Adam2013-03-121-2/+3
* server:persistent: fix a comment typo.Michael Adam2013-02-221-1/+1
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* server: move the code for the update_record control to its own fileMichael Adam2012-02-211-309/+0
* Revert "ReadOnly: We can not use ctdb_ltdb_store from a client/child context ...Ronnie Sahlberg2012-02-211-23/+10
* ReadOnly: We can not use ctdb_ltdb_store from a client/child context sinceRonnie Sahlberg2012-02-201-10/+23
* DB Seqnum: must provide a ctdb_ltdb_header when calling ctdb_ltdb_fetch()Ronnie Sahlberg2011-11-301-1/+2
* 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