summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-cluster-mutex: Separate out command and file handlingMartin Schwenke2019-03-041-42/+71
* ctdb-recoverd: Time out attempt to take recovery lock after 120sMartin Schwenke2019-03-041-1/+1
* ctdb-recoverd: Ban node on unknown error when taking recovery lockMartin Schwenke2019-03-041-0/+11
* ctdb-recoverd: Make recoverd context available in recovery lock handleMartin Schwenke2019-03-041-0/+3
* ctdb-recoverd: Clean up logging on failure to take recovery lockMartin Schwenke2019-03-041-3/+6
* ctdb-recoverd: Free cluster mutex handler on failure to take lockMartin Schwenke2019-03-041-1/+10
* ctdb-config: Change example recovery lock setting to one that failsMartin Schwenke2019-03-041-4/+9
* ctdb: Print locks latency in machinereadable statsVolker Lendecke2019-02-011-0/+5
* ctdb-daemon: Exit with error if a database directory does not existMartin Schwenke2018-12-051-0/+20
* ctdb-tests: Make the debug hung script test cope with unreadable stacksMartin Schwenke2018-11-201-3/+14
* ctdb-recovery: Ban a node that causes recovery failureMartin Schwenke2018-11-061-15/+31
* ctdb-daemon: Fix valgrind hit in event codeMartin Schwenke2018-10-251-1/+1
* ctdb-event: Check the return status of sock_daemon_set_startup_fdAmitay Isaacs2018-10-251-1/+6
* ctdb-common: Set close-on-exec for startup fdAmitay Isaacs2018-10-252-2/+9
* ctdb-daemon: Exit if eventd goes awayMartin Schwenke2018-10-251-7/+2
* ctdb-daemon: Return early when refusing to run an event scriptMartin Schwenke2018-10-251-0/+1
* ctdb-tests: Drop code for RECEIVE_RECORDS controlAmitay Isaacs2018-10-101-20/+0
* ctdb-protocol: Drop marshalling code for RECEIVE_RECORDS controlAmitay Isaacs2018-10-103-61/+0
* ctdb-protocol: Mark RECEIVE_RECORDS control obsoleteAmitay Isaacs2018-10-101-1/+1
* ctdb-daemon: Drop implementation of RECEIVE_RECORDS controlAmitay Isaacs2018-10-103-202/+1
* ctdb-vacuum: Remove unnecessary check for zero records in delete listAmitay Isaacs2018-10-101-6/+0
* ctdb-vacuum: Fix the incorrect counting of remote errorsAmitay Isaacs2018-10-101-9/+13
* ctdb-vacuum: Simplify the deletion of vacuumed recordsAmitay Isaacs2018-10-101-243/+9
* ctdb-tests: Add recovery record resurrection test for volatile databasesMartin Schwenke2018-10-101-0/+84
* ctdb-daemon: Invalidate records if a node becomes INACTIVEAmitay Isaacs2018-10-101-1/+23
* ctdb-daemon: Don't pull any records if records are invalidatedAmitay Isaacs2018-10-101-0/+12
* ctdb-daemon: Add invalid_records flag to ctdb_db_contextAmitay Isaacs2018-10-101-0/+1
* ctdb-recoverd: Set recovery lock handle at start of attemptMartin Schwenke2018-09-201-3/+4
* ctdb-recoverd: Handle cancellation when releasing recovery lockMartin Schwenke2018-09-201-0/+14
* ctdb-recoverd: Return early when the recovery lock is not heldMartin Schwenke2018-09-201-3/+5
* ctdb-recoverd: Store recovery lock handleMartin Schwenke2018-09-201-6/+7
* ctdb-recoverd: Use talloc() to allocate recovery lock handleMartin Schwenke2018-09-201-11/+23
* ctdb-recoverd: Rename hold_reclock_state to ctdb_recovery_lock_handleMartin Schwenke2018-09-201-4/+4
* ctdb-recoverd: Re-check master on failure to take recovery lockMartin Schwenke2018-09-201-0/+9
* ctdb-recoverd: Clean up taking of recovery lockMartin Schwenke2018-09-201-17/+24
* ctdb-cluster-mutex: Block signals around forkMartin Schwenke2018-09-201-0/+22
* ctdb-cluster-mutex: Reset SIGTERM handler in cluster mutex childMartin Schwenke2018-09-201-0/+10
* ctdb-doc: Remove PIDFILE option from ctdbd_wrapper man pageRalph Wuerthner2018-09-201-6/+0
* ctdb-daemon: Log complete eventd startup commandMartin Schwenke2018-09-041-2/+6
* ctdb-daemon: Do not retry connection to eventdMartin Schwenke2018-09-041-11/+3
* ctdb-daemon: Wait for eventd to be ready before connectingMartin Schwenke2018-09-041-3/+107
* ctdb-daemon: Open eventd pipe earlierMartin Schwenke2018-09-041-5/+9
* ctdb-daemon: Improve error handling consistencyMartin Schwenke2018-09-041-0/+1
* ctdb-event: Add support to eventd for the startup notification FDMartin Schwenke2018-09-041-0/+8
* ctdb-common: Add support for sock daemon to notify of successful startupMartin Schwenke2018-09-042-0/+36
* ctdb-common: Process the whole config file even if an error occursMartin Schwenke2018-09-043-6/+17
* ctdb-common: Avoid ENOENT for unknown conf optionsMartin Schwenke2018-09-043-8/+8
* ctdb-common: Avoid ENOENT for unknown conf type tagsMartin Schwenke2018-09-041-2/+2
* ctdb-common: Log a message when an invalid conf value is encounteredMartin Schwenke2018-09-041-0/+4
* ctdb-common: Log a message for unknown conf optionMartin Schwenke2018-09-043-0/+8