summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_persistent.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-05ctdb-daemon: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke1-1/+1
2017-09-12ctdb-daemon: GET_DB_SEQNUM should read database conditionallyAmitay Isaacs1-0/+5
2015-11-16ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_oldAmitay Isaacs1-4/+4
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-0/+1
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs1-3/+13
2015-10-30ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs1-5/+6
2015-10-07ctdb-daemon: Use reqid abstractionAmitay Isaacs1-3/+4
2015-07-14ctdb-daemon: Return correct sequence number for CONTROL_GET_DB_SEQNUMAmitay Isaacs1-4/+1
2014-09-10ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke1-1/+1
2013-10-04ctdbd: Remove transaction code related to TRANS2 commitsAmitay Isaacs1-310/+3
2013-06-14build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent1-1/+1
2013-03-12server:persistent: fix a debug message (copy'n'paste error)Michael Adam1-2/+3
2013-02-22server:persistent: fix a comment typo.Michael Adam1-1/+1
2012-04-13Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs1-1/+0
2012-02-21server: move the code for the update_record control to its own fileMichael Adam1-309/+0
2012-02-21Revert "ReadOnly: We can not use ctdb_ltdb_store from a client/child context ...Ronnie Sahlberg1-23/+10
2012-02-20ReadOnly: We can not use ctdb_ltdb_store from a client/child context sinceRonnie Sahlberg1-10/+23
2011-11-30DB Seqnum: must provide a ctdb_ltdb_header when calling ctdb_ltdb_fetch()Ronnie Sahlberg1-1/+2
2011-02-24persistent: add ctdb_persistent_finish_trans3_commits().Michael Adam1-0/+34
2011-02-24persistent: add a client context to the persistent_stat and track the db_idMichael Adam1-7/+24
2011-02-24persistent: reject trans3_control when a commit is already active.Michael Adam1-0/+8
2011-02-24persistent: allocate the persistent state in the ctdb_db struct in trans3_commitMichael Adam1-2/+14
2011-02-24persistent: add a ctdb_db context to the ctdb_persistent_state struct.Michael Adam1-0/+1
2011-02-24persistent_callback: print "no error message given" instead of "(null)"Michael Adam1-1/+1
2011-02-24persistent: reduce indentation for the finishing moves in ctdb_persistent_cal...Michael Adam1-11/+15
2011-02-24persistent: if a node failed to update_record, trigger a recoveryMichael Adam1-0/+11
2011-02-24persistent_store_timout: do not really time out the trans3_commit control in ...Michael Adam1-1/+7
2011-02-24persistent_callback: ignore the update-recordreturn code of remote node in re...Michael Adam1-0/+6
2011-01-11Add ctdb_fork(0 which will fork a child process and drop the real-timeRonnie Sahlberg1-1/+1
2010-10-11Update latency countes to show min/max and averageRonnie Sahlberg1-1/+1
2010-09-29Create macros to update the statistics counters and use these macrosRonnie Sahlberg1-9/+9
2010-08-19Merge commit 'rusty/ports-from-1.0.112' into fooRonnie Sahlberg1-0/+1
2010-08-18logging: give a unique logging name to each forked child.Rusty Russell1-0/+1
2010-08-18event: Update events to latest Samba version 0.9.8Rusty Russell1-2/+3
2010-02-04Drop the debug level for logging fd creation to DEBUG_DEBUGRonnie Sahlberg1-1/+1
2009-12-16server: Use tdb_check to verify persistent tdbs on startupStefan Metzmacher1-0/+12
2009-12-12Add a new control CTDB_GET_DB_SEQNUM - fetch a persistent db's sequence number.Michael Adam1-0/+66
2009-12-12server: add a new control CTDB_CONTROL_TRANS3_COMMITMichael Adam1-0/+85
2009-12-04server:trans2_commit: move the check for active recovery down.Michael Adam1-5/+5
2009-10-30server: fix debug message in trans2_commit (refusing persistent store during ...Michael Adam1-4/+5
2009-10-30server: uniformly log db and client ids as 8-digit hex numbers in trans2_commitMichael Adam1-8/+9
2009-10-30server: line-wrap a debug statement in trans2_commitMichael Adam1-2/+4
2009-10-30server: output client_id in some debug messages in trans2_commitMichael Adam1-5/+8
2009-10-30server: fix a debug message in trans2_commit - log the correct db_idMichael Adam1-3/+3
2009-10-30server: extend a debug message in ctdb_control_trans2_error()Michael Adam1-1/+3
2009-10-30server: add positive debug statements to trans2_commit and trans2_finishedMichael Adam1-0/+11
2009-10-30server: trans2_active: don't report a transaction active on the node that per...Michael Adam1-0/+6
2009-10-29Revert "update the "uptime" command to indicate the "time since last" is the ...Ronnie Sahlberg1-0/+20
2009-10-29update the "uptime" command to indicate the "time since last" is the time sin...Ronnie Sahlberg1-20/+0