summaryrefslogtreecommitdiff
path: root/ctdb/server
Commit message (Expand)AuthorAgeFilesLines
* ctdbd: When a record is made sticky, log only onceAmitay Isaacs2013-08-091-2/+3
* ctdbd: Improve high hopcount log messages when request is redirectedAmitay Isaacs2013-08-091-5/+5
* ctdbd: Avoid leaking file descriptor if talloc failsAmitay Isaacs2013-08-091-1/+4
* eventscript: Wait for debug hung script to finish or timeout before continuingAmitay Isaacs2013-08-091-13/+59
* locking: Do not create multiple lock processes for the same keyAmitay Isaacs2013-08-091-6/+15
* locking: Move function find_lock_context() before ctdb_lock_schedule()Amitay Isaacs2013-08-091-53/+53
* ctdbd: Print set db sticky message after it's setAmitay Isaacs2013-08-011-3/+2
* recoverd: Use correct tdb flags when creating missing databasesAmitay Isaacs2013-08-011-2/+2
* recoverd: Make sure to use jenkins hash for recovery databasesAmitay Isaacs2013-08-011-1/+1
* recoverd: Assemble up-to-date node flags information from remote nodesAmitay Isaacs2013-07-301-0/+17
* ctdbd: Don't consider a hot record if the hopcount is zeroAmitay Isaacs2013-07-301-0/+3
* ctdbd: Fix updating of hot keys in database statisticsAmitay Isaacs2013-07-291-7/+13
* ctdbd: Remove incomplete ctdb_db_statistics_wire structureAmitay Isaacs2013-07-291-17/+9
* Revert "ctdbd: Remove incomplete ctdb_db_statistics_wire structure"Amitay Isaacs2013-07-292-12/+55
* ctdbd: Kill client process without checking for tracked childMartin Schwenke2013-07-291-1/+1
* recoverd: Call takeover fail callback only once per nodeMartin Schwenke2013-07-291-2/+47
* ctdbd: Pass event name to hung script debuggerMartin Schwenke2013-07-231-2/+3
* ctdbd: Sleep at exit to allow time for log messages to flushMartin Schwenke2013-07-191-4/+9
* ctdbd: Exit if something is already listening on CTDB socketMartin Schwenke2013-07-191-9/+18
* ctdbd: Allow extra recovery to repair persistent DBs during first recoveryMartin Schwenke2013-07-191-1/+1
* recoverd: Really fix bogus info in message about changed flagsMartin Schwenke2013-07-111-2/+2
* Fixes for various issues found by CoveritySumit Bose2013-07-115-4/+16
* Check return value of tdb_delete()Sumit Bose2013-07-111-1/+3
* recoverd: Recovery daemon should use ctdb_get_pnn, which can't failMartin Schwenke2013-07-101-5/+1
* ctdbd: Print tdb flags when logging attached to database messageAmitay Isaacs2013-07-101-2/+3
* ctdbd: Set process names for child processesAmitay Isaacs2013-07-1010-1/+13
* traverse: Remove unused start_time fieldAmitay Isaacs2013-07-101-3/+0
* traverse: Send records directly from traverse child to srcnodeAmitay Isaacs2013-07-101-35/+47
* traverse: Pass reqid and srcnode information to local database traverseAmitay Isaacs2013-07-101-0/+4
* ctdbd: No need for DeadlockTimeout tunableAmitay Isaacs2013-07-101-1/+0
* locking: Use external script to debug locking issuesAmitay Isaacs2013-07-101-152/+19
* locking: Update locking bucket intervalsAmitay Isaacs2013-07-101-10/+14
* locking: Update locks latency in CTDB statistics only for RECORD or DB locksAmitay Isaacs2013-07-101-2/+6
* ctdbd: Remove incomplete ctdb_db_statistics_wire structureAmitay Isaacs2013-07-102-55/+12
* ctdbd: Update debug messages for setting readonly property on databaseAmitay Isaacs2013-07-101-1/+4
* recoverd: Fix buffer overflow error in reloadipsAmitay Isaacs2013-07-051-8/+21
* ctdbd: Log something when releasing all IPsMartin Schwenke2013-07-051-0/+10
* recoverd: Minor style improvements for ctdb_reload_remote_public_ips()Martin Schwenke2013-07-051-20/+25
* recoverd: Clean up log messages in remote IP verificationMartin Schwenke2013-07-052-10/+16
* recoverd: Fix an unclear log message - "Restart recovery process"Martin Schwenke2013-07-051-1/+1
* recoverd: Fix an incorrect commentMartin Schwenke2013-07-051-3/+1
* ctdbd: Use ctdb_die() on "setup" event failureMartin Schwenke2013-07-051-2/+1
* ctdbd: Avoid a core dump when "init" event failsMartin Schwenke2013-07-051-1/+1
* ctdbd: Release IP callback should fail if the IP is still hostedMartin Schwenke2013-07-051-0/+8
* ctdbd: Log warnings in release IP when unexpected interface is encounteredMartin Schwenke2013-07-051-0/+15
* build: Fix compiler warnings for uninitialized variablesAmitay Isaacs2013-07-042-1/+2
* recoverd: Send the result from child process only onceAmitay Isaacs2013-07-041-1/+0
* ctdbd: Don't ban self if init or shutdown event failsAmitay Isaacs2013-07-021-1/+5
* recoverd: when the recmaster is banned, use that information when forcing an ...Michael Adam2013-07-021-0/+6
* recoverd: fix a comment typoMichael Adam2013-07-021-1/+1