summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_call.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-readonly: Do not use hard-coded value for readonly revoke timeoutAmitay Isaacs2014-03-311-2/+2
* ctdbd: Remove transaction code related to TRANS2 commitsAmitay Isaacs2013-10-041-1/+1
* server: standardize formatting of comment block for ctdb_reply_dmaster() whil...Michael Adam2013-08-261-7/+7
* ctdbd: Make sure call data is freed if doing an early returnAmitay Isaacs2013-08-221-2/+10
* Revert "LACOUNT: Add back lacount mechanism to defer migrating a fetched/rea...Amitay Isaacs2013-08-221-12/+8
* ctdbd: Print a log message when a key becomes hotAmitay Isaacs2013-08-221-0/+2
* server: standardize formatting of comment block for ctdb_reply_dmaster() whil...Michael Adam2013-08-191-6/+6
* server: fix wording and punctuation in comment block for ctdb_reply_dmaster().Michael Adam2013-08-191-2/+2
* 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: 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: 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: fix comment explaining redirection of CTDB_REQ_CALL redirection.Michael Adam2013-05-241-2/+5
* ctdbd: remove a nonempty blank lineMichael Adam2013-05-241-1/+0
* ctdbd: update comment describing ctdb_call_send_redirect()Michael Adam2013-05-241-12/+1
* ctdb_call: use CTDB_REC_RO_FLAGS where appropriateMichael Adam2013-04-241-1/+1
* ctdb_call: don't bump the rsn in ctdb_become_dmaster() any moreMichael Adam2013-04-171-1/+1
* STATISTICS: Add tracking of the 10 hottest keys per database measured in hopc...Ronnie Sahlberg2012-06-131-1/+49
* server: Replace BOOL datatype with bool, True/False with true/falseAmitay Isaacs2012-05-281-4/+4
* Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg2012-05-031-2/+2
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* STICKY: add prototype code to make records stick to a node to "calm" down if ...Ronnie Sahlberg2012-03-201-6/+243
* LACOUNT: Add back lacount mechanism to defer migrating a fetched/read copy u...Ronnie Sahlberg2012-03-201-8/+12
* STATISTICS: add per-db hop count statisticsRonnie Sahlberg2012-03-201-2/+3
* add max hop count buckets to see how bad hopcounts areRonnie Sahlberg2012-03-201-0/+12
* READONLY: when updating a remote node to revoke a delegation, make sure we do...Ronnie Sahlberg2012-03-021-0/+1
* ReadOnly: add per-database statistics to view how much delegations/revokes we...Ronnie Sahlberg2012-02-081-0/+2
* STATISTICS: add total counts for number of delegations and number of revokesRonnie Sahlberg2012-02-081-0/+2
* server: fix a comment typoMichael Adam2012-01-101-1/+1
* typoRonnie Sahlberg2011-12-141-1/+1
* Clean up warnings: log some unchecked return codes from function callsMartin Schwenke2011-11-091-0/+3
* Fix some typosVolker Lendecke2011-11-021-2/+2
* ReadOnly: fix bug writing incorrect amount of data in delegated recordRonnie Sahlberg2011-10-281-1/+7
* ReadOnly: Dont update the record header from the calling client. While it is ...Ronnie Sahlberg2011-10-241-0/+54
* ReadOnly: Check the readonly flag instead of whether the tdb pointer is NULL ...Ronnie Sahlberg2011-08-231-1/+1
* ReadOnly: clear out the tracking record once a revoke is completedRonnie Sahlberg2011-08-231-0/+4
* ReadOnly: Add processing for ReadOnly delegation requests and revoke requests...Ronnie Sahlberg2011-08-231-14/+116
* ReadOnly: When releasing all deferred calls that blocked during revoke of all...Ronnie Sahlberg2011-08-231-1/+1
* ReadOnly: Add a function to start a revoke of all delegations for a record.Ronnie Sahlberg2011-08-231-0/+266
* ReadOnly: Add functions to register CALLs to a context used to handle deferal...Ronnie Sahlberg2011-08-231-0/+93
* ReadOnly: Add an extra flag to ctdb_call_local to specify whether we want to ...Ronnie Sahlberg2011-08-231-3/+7
* ctdbd: fix lock held on error ("ctdb_req_dmaster from non-master.")Rusty Russell2011-03-211-0/+1
* call: becoming dmaster in VACUUM_MIGRATION, set the VACUUM_MIGRATED record flagMichael Adam2011-03-141-1/+14
* call: hand the submitted record_flags to local record storage function.Michael Adam2011-03-141-0/+1
* call: transfer the record flags in the ctdb call packets.Michael Adam2011-03-141-6/+26
* server: when we migrate off a record with data, set the MIGRATED_WITH_DATA flagMichael Adam2011-03-141-0/+4
* server: add a comment explaining the call redirect logic in ctdb_call_send_re...Michael Adam2011-02-241-3/+24
* ctdb_req_dmaster from non-masterRonnie Sahlberg2011-02-181-1/+3