doc: Update NEWS
[ctdb.git] / server /
2014-01-31 Amitay Isaacsdaemon: Return negative status only if there are known...
2014-01-31 Martin Schwenkedaemon: reloadips must register state of asynchronous...
2014-01-21 Amitay Isaacsdaemon: Simplify listing event scripts using scandir
2014-01-21 Amitay Isaacsdaemon: Do not run monitor event if any other event...
2014-01-20 Martin Schwenkedaemon: Untangle serialisation of 1st recovery -> start...
2014-01-20 Martin Schwenkerecoverd: Do not refuse disabling takeover runs on...
2014-01-20 Martin Schwenkerecoverd: Ignore failed ipreallocated controls to inact...
2014-01-16 Amitay Isaacsdaemon: Remove ctdb_fork_with_logging()
2014-01-16 Amitay Isaacsdaemon: Remove unused code to run eventscripts
2014-01-16 Amitay Isaacsdaemon: Replace ctdb_fork_with_logging with ctdb_vfork_...
2014-01-16 Amitay Isaacsdaemon: Replace ctdb_fork_with_logging with ctdb_vfork_...
2014-01-16 Amitay Isaacsdaemon: Add helper process to execute event scripts
2014-01-16 Amitay Isaacsdaemon: Add ctdb_vfork_with_logging()
2014-01-16 Amitay Isaacsdaemon: No need to call event scripts with CTDB_CALLED_...
2014-01-16 Amitay Isaacsdaemon: Deprecate RELOAD and STATUS events
2013-11-25 Martin Schwenkerecoverd: Only respond to currently queued ipreallocate...
2013-11-19 Martin Schwenkerecoverd: For persistent databases a sequence number...
2013-11-19 Amitay Isaacslocking: Use vfork instead of fork to exec helpers
2013-11-18 Amitay Isaacslocking: Update current lock statistics when lock is...
2013-11-18 Amitay Isaacslocking: Do not merge multiple lock requests to avoid...
2013-11-15 Amitay Isaacslocking: Implement active lock requests limit per database
2013-11-14 Martin Schwenkerecoverd: Fix backward compatibility for CTDB_SRVID_TAK...
2013-11-14 Martin Schwenkerecoverd: A node refuses to play against itself
2013-11-14 Martin Schwenkerecoverd: Remove duplicate code to update flags during...
2013-11-14 Amitay Isaacsserver: Coverity fixes
2013-10-30 Amitay Isaacstunables: Remove obsolete tunables
2013-10-30 Martin Schwenkerecoverd: Rebalancing should be done regardless tunable
2013-10-30 Martin Schwenkerecoverd: Improve an error message in the election...
2013-10-30 Martin SchwenkeRevert "if a new node enters the cluster, that node...
2013-10-29 Martin Schwenkectdbd: When a node is connected, log at DEBUG NOTICE...
2013-10-29 Martin SchwenkeRevert "recoverd: Disable takeover runs on other nodes...
2013-10-28 Amitay Isaacsdaemon: Change the default recovery method for persiste...
2013-10-25 Amitay Isaacspackaging: Move ctdb/ directory from /var to /var/lib
2013-10-25 Martin Schwenkectdbd: Simplify database directory setting logic
2013-10-25 Martin Schwenkectdbd: Remove duplicate database directory setting...
2013-10-22 Martin Schwenkectdbd: Pass the public address file location in ctdb...
2013-10-22 Martin Schwenkectdbd: Debug locks by default with override from enviro...
2013-10-22 Martin Schwenkectdbd: Default for event_script_dir should use CTDB_BASE
2013-10-22 Martin Schwenkectdbd: Add nodes_file member to struct ctdb_context
2013-10-22 Martin Schwenkectdbd: Don't check CTDB_BASE before setting it, just...
2013-10-22 Martin Schwenkectdbd: Fix some errors in the popt configuration
2013-10-22 Martin Schwenkerecoverd: Remove function reload_nodes_file()
2013-10-22 Martin SchwenkeRevert "null out the pointer before we reload the nodes...
2013-10-22 Amitay Isaacsrecoverd: Ignore failed flag updates on inactive nodes
2013-10-22 Martin Schwenkerecoverd: Fix the VNN lmaster consistency check
2013-10-04 Amitay Isaacsctdbd: Remove transaction code related to TRANS2 commits
2013-10-04 Amitay Isaacsctdbd: Deprecate TRANS2 commit controls
2013-10-04 Amitay Isaacsctdbd: Create a utility function to log error for ...
2013-09-25 Amitay Isaacstraverse: Send traverse end record from traverse child...
2013-09-25 Amitay Isaacstraverse: Wait till all data has been flushed from...
2013-09-25 Amitay Isaacstraverse: Use ctdb local variable for convenience
2013-09-25 Amitay Isaacstraverse: Check if local traverse failed or succeeded
2013-09-25 Amitay Isaacstraverse: Log information when traverse starts and...
2013-09-19 Martin Schwenkerecoverd: Disable takeover runs on other nodes for...
2013-09-19 Martin Schwenkerecoverd: Improve logging for takeover runs
2013-09-19 Martin Schwenkerecoverd: Be careful about freeing the list of IP rebal...
2013-09-19 Martin Schwenkerecoverd: reloadips should rebalance target nodes for...
2013-09-19 Martin Schwenkectdbd: Make ctdb_reloadips_child send controls asynchro...
2013-09-19 Martin Schwenkerecoverd: Fix the implementation of CTDB_SRVID_REBALANC...
2013-09-19 Martin Schwenkerecoverd: Remove unused CTDB_SRVID_RELOAD_ALL_IPS and...
2013-09-19 Martin Schwenkerecoverd: Defer ipreallocated requests when takeover...
2013-09-19 Martin Schwenkerecoverd: Reimplement CTDB_SRVID_DISABLE_IP_CHECK
2013-09-19 Martin Schwenkerecoverd: New SRVID message CTDB_SRVID_DISABLE_TAKEOVER...
2013-09-19 Martin Schwenkerecoverd: Factor out the SRVID handling code
2013-09-19 Martin Schwenkerecoverd: Make the SRVID request structure generic
2013-09-19 Martin Schwenkerecoverd: Move disabling of IP checks into do_takeover_...
2013-09-19 Martin Schwenkerecoverd: do_takeover_run() should mark when a takeover...
2013-09-19 Martin Schwenkerecoverd: takeover_fail_callback() doesn't need to...
2013-09-19 Martin Schwenkerecoverd: Fail takeover run if "ipreallocated" fails
2013-09-19 Martin Schwenkerecoverd: New function do_takeover_run()
2013-09-19 Martin Schwenkerecoverd: Stabilise the recovery master role
2013-09-18 Martin Schwenkerecoverd: Banned nodes should not be told to run "iprea...
2013-09-11 Martin Schwenkerecoverd: Remove an orphaned comment
2013-09-11 Martin Schwenkerecoverd: Update a comment to use current terminology
2013-08-26 Michael Adamserver: standardize formatting of comment block for...
2013-08-22 Martin Schwenkerecoverd: Remove an unused temporary talloc context
2013-08-22 Martin Schwenkerecoverd: Move struct ctdb_public_ip_list back into...
2013-08-22 Martin Schwenkerecoverd: Log more information when interfaces change
2013-08-22 Amitay Isaacstraverse: Log when database traverse is started
2013-08-22 Amitay Isaacsctdbd: Finish eventscript callback processing before...
2013-08-22 Amitay Isaacsctdbd: Make sure call data is freed if doing an early...
2013-08-22 Amitay IsaacsRevert "LACOUNT: Add back lacount mechanism to defer...
2013-08-22 Amitay Isaacsctdbd: Print a log message when a key becomes hot
2013-08-19 Michael Adamserver: standardize formatting of comment block for...
2013-08-19 Michael Adamserver: fix wording and punctuation in comment block...
2013-08-14 Amitay Isaacsrecoverd: Improve log message when nodes disagree on...
2013-08-14 Amitay Isaacsvacuuming: Fix vacuuming bug where requests keep bounci...
2013-08-14 Amitay Isaacsvacuuming: Fix vacuuming bug where requests keep bounci...
2013-08-14 Amitay IsaacsRevert "recoverd: Use correct tdb flags when creating...
2013-08-09 Amitay Isaacsctdbd: When a record is made sticky, log only once
2013-08-09 Amitay Isaacsctdbd: Improve high hopcount log messages when request...
2013-08-09 Amitay Isaacsctdbd: Avoid leaking file descriptor if talloc fails
2013-08-09 Amitay Isaacseventscript: Wait for debug hung script to finish or...
2013-08-09 Amitay Isaacslocking: Do not create multiple lock processes for...
2013-08-09 Amitay Isaacslocking: Move function find_lock_context() before ctdb_...
2013-08-01 Amitay Isaacsctdbd: Print set db sticky message after it's set
2013-08-01 Amitay Isaacsrecoverd: Use correct tdb flags when creating missing...
2013-08-01 Amitay Isaacsrecoverd: Make sure to use jenkins hash for recovery...
2013-07-30 Amitay Isaacsrecoverd: Assemble up-to-date node flags information...
2013-07-30 Amitay Isaacsctdbd: Don't consider a hot record if the hopcount...
next