summaryrefslogtreecommitdiffstats
path: root/ctdb/server
Commit message (Expand)AuthorAgeFilesLines
...
* STICKY: add prototype code to make records stick to a node to "calm" down if ...Ronnie Sahlberg2012-03-205-7/+283
* LACOUNT: Add back lacount mechanism to defer migrating a fetched/read copy u...Ronnie Sahlberg2012-03-202-9/+14
* STATISTICS: add per-db hop count statisticsRonnie Sahlberg2012-03-201-2/+3
* FETCH COLLAPSE : Change the fetch-lock collapse to collapse ALL fetches, incl...Ronnie Sahlberg2012-03-202-7/+9
* add max hop count buckets to see how bad hopcounts areRonnie Sahlberg2012-03-201-0/+12
* ReadOnly: Only restrict the readonly sanity/paranoia check that only allowsRonnie Sahlberg2012-03-121-1/+4
* READONLY: when updating a remote node to revoke a delegation, make sure we do...Ronnie Sahlberg2012-03-022-0/+18
* READONLY: skip vacuuming or deleting records with readonly delegations.Ronnie Sahlberg2012-02-292-0/+20
* Vacuuming: change default timeout to 120 secondsRonnie Sahlberg2012-02-291-1/+1
* Add a tunable variable to control how long we defer after a ctdb addip until ...Ronnie Sahlberg2012-02-282-2/+7
* When adding ips to nodes, set up a deferred rebalance for the whole node to t...Ronnie Sahlberg2012-02-282-0/+92
* Make KILLTCP structure a child of VNN so that it is freed at the same timeRonnie Sahlberg2012-02-271-3/+19
* Eventscripts: remove the horrible horrible circular reference between state a...Ronnie Sahlberg2012-02-231-7/+19
* server:update_record: remove some blood stains (trailing spaces...)Michael Adam2012-02-211-15/+15
* server:update_record: make ctdb_childwrite staticMichael Adam2012-02-211-1/+2
* server: move the code for the update_record control to its own fileMichael Adam2012-02-212-309/+334
* Log the "Received SHUTDOWN ..." first in the shutown process instead of last.Ronnie Sahlberg2012-02-211-1/+1
* Merge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb-masterRonnie Sahlberg2012-02-213-26/+22
|\
| * READONLY: only send a control to schedule fast-vacuuming from child context i...Ronnie Sahlberg2012-02-211-1/+9
| * READONLY: dont schedule for fast vacuum deletion if any of the readonly recor...Ronnie Sahlberg2012-02-211-2/+3
| * Revert "ReadOnly: We can not use ctdb_ltdb_store from a client/child context ...Ronnie Sahlberg2012-02-211-23/+10
* | Merge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb-masterRonnie Sahlberg2012-02-202-10/+25
|\|
| * ReadOnly: We can not use ctdb_ltdb_store from a client/child context sinceRonnie Sahlberg2012-02-201-10/+23
| * ReadOnly: Make sure we dont try to fast-vacuum records that are set for reado...Ronnie Sahlberg2012-02-201-0/+2
* | FreeBSD does not define s6_addr32, only s6_addrVolker Lendecke2012-02-131-14/+21
* | Make CTDB_CURRENT_NODE work with CTDB_REQ_MESSAGEVolker Lendecke2012-02-131-0/+4
|/
* ReadOnly: add per-database statistics to view how much delegations/revokes we...Ronnie Sahlberg2012-02-084-0/+24
* STATISTICS: add total counts for number of delegations and number of revokesRonnie Sahlberg2012-02-082-0/+3
* Niceify the readonlyrecord API. Dont force clients to be exposed to the featc...Ronnie Sahlberg2012-01-311-2/+38
* server: fix a comment typoMichael Adam2012-01-101-1/+1
* vacuum: improve logging in remove_record_from_delete_queue()Michael Adam2011-12-231-5/+20
* vacuum: improve logging in delete_record_traverse()Michael Adam2011-12-231-3/+12
* vacuum: improve logging in insert_record_into_delete_queue()Michael Adam2011-12-231-4/+4
* vacuum: improve debugging in delete_queue_traverse()Michael Adam2011-12-231-4/+12
* vacuum: add debug message to insert_record_into_delete_queue() for failed insertMichael Adam2011-12-231-0/+4
* vacuum: improve debugging in insert_record_into_delete_queue()Michael Adam2011-12-231-4/+6
* vacuum: initialize (to zero) the vacuum fetch list in ctdb_vacuum_init_vacuum...Michael Adam2011-12-231-1/+1
* vacuum: add statistics output for processing of the delete listMichael Adam2011-12-231-2/+22
* tunables: don't list obsolete tunables in the list_tunables controlMichael Adam2011-12-231-0/+3
* tunables: add a bool obsolete flag to the tunable_map listMichael Adam2011-12-231-49/+50
* vacuum: add a comment explaining a race in the vacuum code.Michael Adam2011-12-231-0/+11
* vacuum: factor out initialization of the vacuum data from ctdb_vacuum_db()Michael Adam2011-12-231-161/+165
* vacuum: streamline ctdb_process_delete_list()Michael Adam2011-12-231-114/+127
* vacuum: factor processing of the delete list out of ctdb_vacuum_db()Michael Adam2011-12-231-103/+121
* vacuum: factor processing of vacuum fetch lists out of ctdb_vacuum_db()Michael Adam2011-12-231-30/+47
* vacuum: factor out full vacuum run out of ctdb_vacuum_db() as ctdb_vacuum_db_...Michael Adam2011-12-231-30/+49
* vacuum: factor out the fast vacuuming run into ctdb_vacuum_db_fast()Michael Adam2011-12-231-25/+34
* vacuum: rename delete_tree to delete_listMichael Adam2011-12-231-23/+23
* vacuum: appropriately rename vdata.list to vdata.vacuum_fetch_listMichael Adam2011-12-231-9/+11
* vacuum: introduce a helper variable for the vacuum fetch list in ctdb_vacuum_...Michael Adam2011-12-231-4/+5