summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_recover.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-recoverd: Abort when daemon can take recovery lock during recoveryMartin Schwenke2015-02-131-2/+4
* ctdb-recoverd: Improve error messages on recovery lock coherence failMartin Schwenke2015-02-131-12/+14
* ctdb-recoverd: Simplify ctdb_recovery_lock()Martin Schwenke2015-02-131-29/+17
* ctdb-recoverd: New function ctdb_recovery_unlock()Martin Schwenke2015-02-131-0/+9
* ctdb-recoverd: New function ctdb_recovery_have_lock()Martin Schwenke2015-02-131-0/+5
* ctdb-daemon: Mark tunable VerifyRecoveryLock as obsoleteMartin Schwenke2015-02-131-2/+2
* ctdb: improve helpfulness of debug message when taking reclock failsMichael Adam2015-01-091-1/+5
* ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke2014-09-101-1/+1
* ctdb: Fix some "declarations after code" problemsMartin Schwenke2014-09-101-1/+2
* ctdb: Use sys_read() and sys_write() to ensure correct signal interactionMartin Schwenke2014-08-211-3/+3
* ctdb-vacuum: Use existing function ctdb_marshall_finishAmitay Isaacs2014-07-231-5/+2
* ctdb-daemon: Do not thaw databases if recovery is activeAmitay Isaacs2014-07-071-1/+1
* ctdb-daemon: No need to call event scripts with CTDB_CALLED_BY_USERAmitay Isaacs2014-01-161-2/+1
* ctdb-server: Coverity fixesAmitay Isaacs2013-11-191-1/+5
* vacuuming: Fix vacuuming bug where requests keep bouncing between nodes (part 2)Amitay Isaacs2013-08-141-20/+20
* vacuuming: Fix vacuuming bug where requests keep bouncing between nodes (part 1)Amitay Isaacs2013-08-141-1/+1
* Check return value of tdb_delete()Sumit Bose2013-07-111-1/+3
* ctdbd: Set process names for child processesAmitay Isaacs2013-07-101-0/+1
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* ctdbd: Log node state transitions at higher debug levelAmitay Isaacs2013-05-291-2/+2
* vacuum: Reduce the priority of non-critical errorAmitay Isaacs2013-05-241-1/+1
* ctdbd: Add new runstate CTDB_RUNSTATE_FIRST_RECOVERYMartin Schwenke2013-05-241-0/+4
* ctdbd: Log a message when recovery master changesMartin Schwenke2013-05-231-1/+14
* ctdbd: Remove the "stopped" eventMartin Schwenke2013-05-061-49/+1
* recover: use CTDB_REC_RO_FLAGS where appropriateMichael Adam2013-04-241-13/+5
* vacuum: introduce the RECEIVE_RECORDS controlMichael Adam2013-04-241-0/+204
* ctdbd: unimplement the unused SET_DMASTER controlMichael Adam2013-04-171-53/+0
* daemon: On shutdown, destroy timed events that check if recoverd is activeAmitay Isaacs2013-01-091-4/+4
* ctdb:recover: fix a comment typoMichael Adam2013-01-051-1/+1
* ctdb_recover: Replace static locking functions with locking APIAmitay Isaacs2012-10-201-98/+8
* RECOVER: When we pull databases during recovery, we used to reallocate the da...Ronnie Sahlberg2012-05-251-1/+6
* DEBUG: Add checks for and print debug messages when 1) a database contains ve...Ronnie Sahlberg2012-05-211-0/+17
* Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg2012-05-031-3/+3
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* recovery: Add prototypes for tdb internal functionsAmitay Isaacs2012-03-301-0/+7
* STICKY: add prototype code to make records stick to a node to "calm" down if ...Ronnie Sahlberg2012-03-201-0/+3
* READONLY: skip vacuuming or deleting records with readonly delegations.Ronnie Sahlberg2012-02-291-0/+14
* ReadOnly: revokechild_active is a list, not a context.Ronnie Sahlberg2011-09-131-1/+0
* ReadOnly: add a new control to activate readonly lock capability for a database.Ronnie Sahlberg2011-09-011-0/+1
* ReadOnly: add a readonly flag to the getdbmap control and show the readonly s...Ronnie Sahlberg2011-09-011-0/+3
* ReadOnly: Change the ctdb_db structure to keep a uint8_t for flags instead of...Ronnie Sahlberg2011-09-011-1/+3
* ReadOnly: Check the readonly flag instead of whether the tdb pointer is NULL ...Ronnie Sahlberg2011-08-231-0/+1
* ReadOnly: Once recovery has finished, make sure to free all revoke child proc...Ronnie Sahlberg2011-08-231-0/+4
* ReadOnly: After recovering all databases, make sure to clear out the tracking...Ronnie Sahlberg2011-08-231-0/+11
* ReadOnly: After performing a recovery, clear out all flags related to readonl...Ronnie Sahlberg2011-08-231-0/+5
* Restart recovery dameon if it looks like it hung.Ronnie Sahlberg2011-03-071-10/+2
* Deferred attach : at early startup, defer any db attach calls until we are ou...Ronnie Sahlberg2011-03-011-0/+10
* recover: finish pending trans3 commits when a recovery is finished.Michael Adam2011-02-241-0/+2
* ctdb: hold transaction locks during freeze, mark during recover.Ronnie Sahlberg2011-01-181-0/+9
* Add a new tunable : DisableIPFailover that when set to non 0Ronnie Sahlberg2010-11-101-5/+19