summaryrefslogtreecommitdiffstats
path: root/ctdb/server
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* recoverd: fix a comment in main_loopMichael Adam2013-07-021-3/+3
* recoverd: eliminate some trailing spaces from ctdb_election_win()Michael Adam2013-07-021-2/+2
* recoverd: Don't continue if the current node gets bannedMartin Schwenke2013-07-021-4/+19
* recoverd: Refactor code to ban misbehaving nodesAmitay Isaacs2013-07-021-37/+26
* recoverd: Move code to ban other nodes after we get local node flagsAmitay Isaacs2013-07-021-22/+21
* recoverd: Delay the initial election if node is started in stopped stateAmitay Isaacs2013-07-021-22/+26
* recoverd: Update capabilities only if the current node is activeAmitay Isaacs2013-07-021-7/+7
* recoverd: No need to check if node is recovery master when inactiveAmitay Isaacs2013-07-021-9/+0
* recoverd: Always do an early exit from main_loop if node is stopped or bannedAmitay Isaacs2013-07-021-11/+8
* recoverd: Do not set banning credits on a node if current node is inactiveAmitay Isaacs2013-07-021-0/+6
* banning: Do not come out of ban if databases are not frozenAmitay Isaacs2013-07-021-0/+15