New version 1.2.39-9
[ctdb.git] / server /
2013-05-08 Amitay Isaacsdaemon: Run an external script if freeze locks were...
2013-05-06 Martin Schwenkectdbd: Backport use of external script to debug hung...
2013-05-06 Ronnie SahlbergWhen we find an ip we shouldnt host, just release it
2013-05-06 Ronnie SahlbergWhen we release an ip, get the interface name from...
2013-02-20 Martin Schwenkerecoverd: Do not send "ipreallocated" event to stopped...
2012-11-22 Amitay Isaacsrecoverd: Track the nodes that fail takeover run and...
2012-11-22 Amitay Isaacsdaemon: Do not ignore timed out monitor events
2012-10-25 Amitay IsaacsRevert "When adding ips to nodes, set up a deferred...
2012-10-25 Amitay IsaacsRevert "Add a tunable variable to control how long...
2012-02-29 Ronnie SahlbergVacuuming: change default timeout to 120 seconds
2012-02-27 Ronnie SahlbergAdd a tunable variable to control how long we defer...
2012-02-27 Ronnie SahlbergWhen adding ips to nodes, set up a deferred rebalance...
2012-02-26 Ronnie SahlbergMake KILLTCP structure a child of VNN so that it is...
2012-02-26 Ronnie SahlbergEventscripts: remove the horrible horrible circular...
2012-02-14 Martin SchwenkeLCP IP allocation algorithm - try harder to find a...
2012-02-14 Martin SchwenkeLCP IP allocation algorithm - new function lcp2_failbac...
2011-11-17 Ronnie SahlbergEventscripts: Add special -ECANCELED status for monitor...
2011-09-22 Ronnie SahlbergOne of the entry points to release an ip reset the...
2011-09-05 Michael AdamAdd a tunable "AllowClientDBAttach" with default value 1.
2011-08-15 Ronnie SahlbergChange the default for ip failover to be LCP2 and not...
2011-08-05 Ronnie SahlbergRemove a log message about setting linkstate for an...
2011-08-04 Ronnie Sahlbergremove log message we dont need
2011-08-04 Ronnie Sahlbergremove a non-error logmessage about persistent database...
2011-08-04 Ronnie Sahlbergremove a log message we dont need about "allow clients...
2011-08-04 Ronnie SahlbergChange the message when we start the daemon to "CTDB...
2011-07-28 Martin SchwenkeTests: Initial test code for LCP2 IP allocation algorithm.
2011-07-28 Martin SchwenkeIP allocation - add LCP2 algorithm.
2011-07-28 Ronnie SahlbergUpdate the delip command
2011-07-28 Rusty Russelleventscript: fix callback after free
2011-07-06 Ronnie SahlbergWhen trying to re-balance the ip assignment and shuffle...
2011-05-04 Ronnie SahlbergDont call the UPDATE event if both old and new interfac...
2011-05-04 Ronnie SahlbergCleanup of logging messages/spamming
2011-04-11 Ronnie SahlbergIf the eventscript is finished but state->ctdb is NULL,
2011-04-10 Ronnie SahlbergIFACE handling. Assume links are always good on nstartu...
2011-04-04 rootctdbd_pid : dont assign the ctdbd_pid until we have...
2011-03-21 Ronnie SahlbergThis needs more testing first
2011-03-21 Rusty Russellctdbd: call tdb_reopen_all() in freeze child.
2011-03-21 Rusty Russellctdbd: fix lock held on error ("ctdb_req_dmaster from...
2011-03-16 Ronnie SahlbergDeferred attach: create the timed event as a child...
2011-03-13 Ronnie SahlbergIP reallocation. If a public address is already hosted...
2011-03-13 Ronnie SahlbergVacuuming: initialize a variable to avoid a harmless...
2011-03-11 Ronnie SahlbergDont allow clients to connect to databases untile we...
2011-03-11 Michael Adamvacuum: fix a comment typo
2011-03-11 Michael Adamvacuum: use insert_record_into_delete_queue in ctdb_loc...
2011-03-11 Michael Adamvacuum: refactor insert_record_into_delete_queue out...
2011-03-11 Michael Adamvacuum: raise a debug level from INFO to DEBUG
2011-03-11 Michael Adamserver: add a comment explaining the call redirect...
2011-03-09 Michael Adamctdb_ltdb_store_server: honour the AUTOMATIC record...
2011-03-09 Michael Adamctdb_ltdb_store_server: add ability to send SCHEDULE_FO...
2011-03-09 Michael Adamctdb_ltdb_store_server: Improve debug message in ctdb_l...
2011-03-09 Michael Adamctdb_ltdb_store_server: always store the data when...
2011-03-09 Michael Adamctdb_ltdb_store_server: implement fastpath vacuuming...
2011-03-09 Michael Adamctdb_ltdb_store_server: delete an empty record that...
2011-03-09 Michael Adamserver: Use the ctdb_ltdb_store_server() in the ctdb...
2011-03-09 Michael Adamserver: create a server variant ctdb_ltdb_store_server...
2011-03-09 Michael Adamdaemon: fill ctdb->ctdbd_pid early
2011-03-09 Michael Adamvacuum: add ctdb_local_schedule_for_deletion()
2011-03-09 Michael Adamserver: implement a new control SCHEDULE_FOR_DELETION...
2011-03-09 Michael Adamvacuum: lower level of hash collision debug message...
2011-03-09 Michael Adamvacuum: add statistics output to the fast and full...
2011-03-09 Michael Adamvacuum: refactor insert_delete_record_data_into_tree...
2011-03-09 Michael Adamvacuum: change all Vacuum*Interval tunables to default...
2011-03-09 Michael Adamvacuum: disable full db-traverse vacuuming runs when...
2011-03-09 Michael Adamvacuum: Only run full vacuumig (db traverse) every...
2011-03-09 Michael Adamvacuum: reset the fast path count in the event handle...
2011-03-09 Michael Adamvacuum: bump the number of fast-path runs in the vacuum...
2011-03-09 Michael Adamvacuum: add a fast_path_count to the vacuum_handle.
2011-03-09 Michael AdamAdd a tunable VacuumFastPathCount.
2011-03-09 Michael Adamvacuum: traverse the delete_queue befor traversing...
2011-03-09 Michael Adamvacuum: add delete_queue_traverse() for traversal of...
2011-03-09 Michael Adamvacuum: reduce indentation in add_record_to_delete_tree()
2011-03-09 Michael Adamvacuum: refactor new add_record_to_delete_tree() out...
2011-03-09 Michael Adamvacuum: skip adding records to list of records to send...
2011-03-09 Michael Adamvacuum: refactor new add_record_to_vacuum_fetch_list...
2011-03-09 Michael Adamserver: rename ctdb_repack_db() to ctdb_vacuum_and_repa...
2011-03-09 Michael AdamWhen wiping a database, clear the delete_queue.
2011-03-09 Michael Adamvaccum: clear the fast-path vacuuming delete_queue...
2011-03-09 Michael AdamWhen attaching to a non-persistent DB, initialize the...
2011-03-09 Michael Adamcall: becoming dmaster in VACUUM_MIGRATION, set the...
2011-03-09 Michael Adamcall: hand the submitted record_flags to local record...
2011-03-09 Michael Adamcall: transfer the record flags in the ctdb call packets.
2011-03-09 Michael Adamserver: in the VACUUM_FETCH handler, add the VACUUM_MIG...
2011-03-09 Michael Adamrecoverd: in a recovery, set the MIGRATED_WITH_DATA...
2011-03-09 Michael Adamserver: when we migrate off a record with data, set...
2011-03-09 Michael Adamvacuum: check lmaster against num_nodes instead of...
2011-03-09 Michael Adamvacuum: reduce indentation of the loop sending VACUUM_F...
2011-03-09 Michael Adamvacuum: correctly send TRY_DELETE_RECORDS ctrl to all...
2011-03-09 Michael Adamvacuum: in ctdb_vacuum_db, fix the length of the array...
2011-03-09 Michael AdamFix typos in a comment in vacuum_traverse.
2011-03-06 Ronnie SahlbergRestart recovery dameon if it looks like it hung.
2011-03-06 Ronnie SahlbergIf/when the recovery daemon terminates unexpectedly...
2011-02-24 Ronnie SahlbergATTACH_DB: simplify the code slightly and change the...
2011-02-23 Michael Adamrecover: finish pending trans3 commits when a recovery...
2011-02-23 Michael Adampersistent: add ctdb_persistent_finish_trans3_commits().
2011-02-23 Michael Adamdaemon: correctly end a running trans3_commit if the...
2011-02-23 Michael Adampersistent: add a client context to the persistent_stat...
2011-02-23 Michael Adampersistent: reject trans3_control when a commit is...
2011-02-23 Michael Adampersistent: allocate the persistent state in the ctdb_d...
2011-02-23 Michael Adampersistent: add a ctdb_db context to the ctdb_persisten...
2011-02-23 Michael Adampersistent_callback: print "no error message given...
next