This needs more testing first
[ctdb.git] / server /
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...
2011-02-23 Michael Adampersistent: reduce indentation for the finishing moves...
2011-02-23 Michael Adampersistent: if a node failed to update_record, trigger...
2011-02-23 Michael Adampersistent_store_timout: do not really time out the...
2011-02-23 Michael Adampersistent_callback: ignore the update-recordreturn...
2011-02-23 Ronnie SahlbergDeferred attach : at early startup, defer any db attach...
2011-02-21 Ronnie Sahlbergctdb_req_dmaster from non-master
2011-02-17 Ronnie SahlbergRevert "Dont allow client processes to attach to databa...
2011-02-17 Ronnie SahlbergDont allow client processes to attach to databases...
2011-01-31 Ronnie SahlbergIf the node is stopped, put a log entry in /var/log...
2011-01-24 Ronnie SahlbergLockWait congestion.
2011-01-24 Ronnie SahlbergCompile fix
2011-01-24 Rusty Russellctdb_lockwait: create overflow queue.
2011-01-18 Ronnie Sahlbergctdb: hold transaction locks during freeze, mark during...
2011-01-13 Ronnie SahlbergWe can not always rely on the recovery daemon pinging...
2011-01-12 Ronnie SahlbergIPALLOCATION : If the node is held pinned down in ...
2011-01-10 Ronnie Sahlbergrecoverd: avoid triggering a full recovery if just...
2011-01-10 Ronnie SahlbergAdd ctdb_fork(0 which will fork a child process and...
2011-01-10 Ronnie SahlbergRevert scheduling back to use real-time processes
2010-12-13 Ronnie SahlbergRevert "server: when we migrate off a record with data...
2010-12-13 Ronnie SahlbergRevert "Add a new header flag for "migrated with data...
2010-12-12 Ronnie SahlbergWhen assigning the single-public-ip during startup,
2010-12-07 Ronnie SahlbergAdd a new header flag for "migrated with data" and...
2010-12-07 Michael Adamserver: when we migrate off a record with data, set...
2010-12-06 Ronnie SahlbergRemove LACOUNT and LACCESSOR and migrate the records...
2010-12-03 Ronnie Sahlbergduring ip allocation, there are failure modes where...
2010-11-15 Ronnie Sahlberginitialize the statistics to the current time, not...
2010-11-10 Ronnie SahlbergDont exit the update ip function if the old and new...
2010-11-10 Ronnie Sahlbergchange the takeover script timeout to 9 seconds from 5
2010-11-10 Ronnie SahlbergDont check remote ip allocation if public ip mgmt is...
2010-11-10 Ronnie Sahlbergdelay loading the public ip address file until after...
2010-11-10 Ronnie Sahlbergwhen we load the public address file, at the same...
2010-11-10 Ronnie Sahlbergdont check the public ip assignment or if even we are...
2010-11-09 Ronnie SahlbergAdd a new tunable : DisableIPFailover that when set...
2010-11-09 Ronnie Sahlbergchange the default for how long to waqit before droppin...
2010-11-09 Ronnie Sahlbergwhen creating/adding a public ip, set the initial inter...
next