summaryrefslogtreecommitdiff
path: root/ctdb/server
AgeCommit message (Expand)AuthorFilesLines
2019-07-05ctdb-daemon: Don't check if lock_ctx->ctdb_db is NULLMartin Schwenke1-33/+16
2019-07-05ctdb-daemon: Drop unused function ctdb_vfork_with_logging()Martin Schwenke1-96/+0
2019-07-05ctdb-daemon: Don't index by PNN when initialising node flagsMartin Schwenke1-9/+12
2019-07-05ctdb-daemon: Replace function ctdb_ip_to_nodeid() with ctdb_ip_to_pnn()Martin Schwenke2-15/+10
2019-07-05ctdb-cluster-mutex: Ensure that the configured command is not emptyMartin Schwenke1-0/+4
2019-07-05ctdb-daemon: Drop unused values assigned to variableMartin Schwenke1-2/+0
2019-07-05ctdb-daemon: Fix signed/unsigned comparisons by using constantMartin Schwenke2-4/+4
2019-07-05ctdb-daemon: Fix signed/unsigned comparisons by castingMartin Schwenke1-1/+3
2019-07-05ctdb-daemon: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke14-34/+43
2019-07-05ctdb-daemon: Make type of list_of_nodes() consistent with callersMartin Schwenke1-8/+15
2019-07-05ctdb-daemon: Make old list_of_nodes() function staticMartin Schwenke1-5/+5
2019-06-30ctdb: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-1/+5
2019-06-05ctdb-daemon: Attempt to silence CID 1357985 (Unchecked return value)Martin Schwenke1-1/+1
2019-06-05ctdb-ipalloc: Fix warning about unused value assigned to srcimblMartin Schwenke1-2/+3
2019-06-05ctdb-ipalloc: Avoid -1 as a PNN, use CTDB_UNKNOWN_PNN insteadMartin Schwenke4-26/+27
2019-06-05ctdb-ipalloc: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke5-18/+20
2019-06-05ctdb-recovery: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke1-15/+16
2019-06-05ctdb-recovery: Avoid -1 as a PNN, use CTDB_UNKNOWN_PNN insteadMartin Schwenke1-1/+1
2019-06-05ctdb-recovery: Fix signed/unsigned comparison by castingMartin Schwenke1-1/+1
2019-06-05ctdb-recovery: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke2-21/+31
2019-06-04ctdb:takeover: add better debugging when a client connects to a non public ad...Stefan Metzmacher1-19/+39
2019-06-04ctdb/server: cppcheck: fix shiftTooManyBitsSigned errorNoel Power1-1/+1
2019-05-24ctdb: Make TDB_SEQNUM work synchronously with ctdbVolker Lendecke1-20/+0
2019-05-14ctdb-recoverd: Fix memory leakMartin Schwenke1-1/+1
2019-05-13ctdb-daemon: Never use 0 as a client IDMartin Schwenke1-1/+47
2019-05-07ctdb-daemon: Log when ctdbd CPU utilisation exceeds a thresholdMartin Schwenke1-0/+123
2019-04-06ctdb: Fix a typoVolker Lendecke1-1/+1
2019-04-06ctdb: Slightly simplify ctdb_ltdb_lock_fetch_requeueVolker Lendecke1-8/+11
2019-03-15ctdb-version: Simplify version string usageAmitay Isaacs1-2/+2
2019-03-15ctdb-daemon: Add an environment variable to set versionMartin Schwenke1-1/+21
2019-03-01ctdb-daemon: Fix maybe-uninitialized error with picky developerAmitay Isaacs1-1/+1
2019-03-01ctdb-server: Use wrapper for string to integer conversionSwen Schillig1-2/+7
2019-02-25ctdb-cluster-mutex: Separate out command and file handlingMartin Schwenke1-42/+71
2019-02-25ctdb-recoverd: Time out attempt to take recovery lock after 120sMartin Schwenke1-1/+1
2019-02-25ctdb-recoverd: Ban node on unknown error when taking recovery lockMartin Schwenke1-0/+11
2019-02-25ctdb-recoverd: Make recoverd context available in recovery lock handleMartin Schwenke1-0/+3
2019-02-25ctdb-recoverd: Clean up logging on failure to take recovery lockMartin Schwenke1-3/+6
2019-02-25ctdb-recoverd: Free cluster mutex handler on failure to take lockMartin Schwenke1-1/+10
2018-12-18ctdb-daemon: Modernise debug during record deletion for vacuumingMartin Schwenke1-10/+11
2018-12-18ctdb-daemon Add extra debug during record deletion for vacuumingMartin Schwenke1-0/+2
2018-12-18ctdb-daemon: Do not force full vacuum on first vacuuming runMartin Schwenke1-7/+6
2018-12-18ctdb-recoverd: Call an election when the recovery lock is lostMartin Schwenke1-7/+6
2018-12-18ctdb-daemon: Divide by 2 when calculating hop count bucketMartin Schwenke1-1/+1
2018-12-03ctdb-daemon: Exit with error if a database directory does not existMartin Schwenke1-0/+20
2018-11-08debug: Use debuglevel_(get|set) functionAndreas Schneider2-3/+10
2018-11-06ctdb-daemon: Do not fork when CTDB_TEST_MODE is setMartin Schwenke1-0/+3
2018-11-06ctdb-daemon: Switch interactive variable to a boolMartin Schwenke1-3/+6
2018-11-06ctdb-daemon: Improve documentation for -i optionMartin Schwenke1-1/+1
2018-11-06ctdb-daemon: Don't set log_to_stdout for become_daemon()Martin Schwenke1-1/+1
2018-11-06ctdb-daemon: Avoid unnecessarily spamming the logs when in test modeMartin Schwenke1-4/+5