sahlberg/ctdb.git
2011-03-21 Ronnie SahlbergNew version 1.2.27 1.2
2011-03-21 Rusty Russellctdbd: fix lock held on error ("ctdb_req_dmaster from... foo
2011-03-20 Ronnie Sahlbergnew version 1.2.26
2011-03-16 Ronnie SahlbergDeferred attach: create the timed event as a child...
2011-03-13 Ronnie SahlbergNew version 1.2.25
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 AdamNew version 1.2.24.
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 Adamltdb: add the CTDB_REC_FLAG_AUTOMATIC to the initial...
2011-03-09 Michael Adamctdb_private.h: add record flag CTDB_REC_FLAG_AUTOMATIC
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 Adamtest: send SCHEDULE_FOR_DELETION control from randrec...
2011-03-09 Michael Adamclient: add accessor function ctdb_header_from_record_h...
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 Adamcontrol: add a new control opcode CTDB_CONTROL_SCHEDULE...
2011-03-09 Michael Adamcontrol: add macro CHECK_CONTROL_MIN_DATA_SIZE.
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 AdamAdd a delete_queue to the ctdb database context struct.
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 Adamadd a new record flag CTDB_REC_FLAG_VACUUM_MIGRATED.
2011-03-09 Michael Adamcall: Move definition of call flags down to the definit...
2011-03-09 Michael Adamcall: add new call flag CTDB_CALL_FLAG_VACUUM_MIGRATION
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-09 Michael Adamtests: fix segfault in store test when connection to...
2011-03-09 Michael Adamtests: fix segfault in fetch_one test when connection...
2011-03-09 Michael Adamtests: fix segfault in fetch test when connection to...
2011-03-09 Michael Adamtests: fix segfault in randrec test when connection...
2011-03-09 Michael Adamgitignore: add tags file
2011-03-09 Michael Adamgitignore: add vi swap files
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 Sahlbergnew version 1.2.23
2011-02-24 Ronnie SahlbergATTACH_DB: simplify the code slightly and change the...
2011-02-23 Michael AdamNew version 1.2.22.
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: add a ctdb_persistent_state member to the...
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 SahlbergNew version 1.2.21
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... 1.2-splitbrain
2011-02-08 Ronnie SahlbergNew version 1.2.20
2011-02-02 Ronnie SahlbergWe default to non-deterministic ip now where ips are...
2011-01-31 Ronnie SahlbergNew version 1.2.19
2011-01-31 Ronnie SahlbergIf the node is stopped, put a log entry in /var/log...
2011-01-24 Ronnie SahlbergLockWait congestion.
next