ctdbd: Fix spurious warnings when running with --nopublicipcheck
[ctdb.git] / server /
2014-06-06 Amitay Isaacsctdbd: Fix spurious warnings when running with --nopubl...
2014-06-06 Ronnie SahlbergInterface monitoring: add a event to trigger every...
2014-06-06 Ronnie SahlbergIP reallocation. If a public address is already hosted...
2014-06-06 Ronnie SahlbergIPALLOCATION : If the node is held pinned down in ...
2014-06-06 Ronnie SahlbergWhen adding an ip at runtime, it might not yet have...
2014-06-06 Ronnie Sahlbergadd a new serverid to send a message everytime an ip...
2014-06-06 Martin SchwenkeUndo damage done by d8d37493478a26c5f1809a5f3df89ffd6e1...
2014-06-06 Ronnie Sahlbergduring ip allocation, there are failure modes where...
2014-06-06 Ronnie SahlbergDont check remote ip allocation if public ip mgmt is...
2014-06-06 Ronnie Sahlbergdont check the public ip assignment or if even we are...
2014-06-06 Ronnie Sahlberg Dont check ip assignment across the cluster while...
2014-06-06 Ronnie SahlbergAdd a new tunable : DisableIPFailover that when set...
2014-06-06 Ronnie Sahlberg Add a new event "ipreallocated"
2014-06-06 Ronnie SahlbergCheck interfaces: when reading the public addresses...
2014-06-06 Michael Adamctdb:server: fix DEBUG message for wrong event script...
2013-08-26 Michael Adamrecoverd: when the recmaster is banned, use that inform...
2013-08-26 Michael Adamrecoverd: fix a comment typo
2013-08-26 Michael Adamrecoverd: fix a comment in main_loop
2013-08-26 Michael Adamrecoverd: eliminate some trailing spaces from ctdb_elec...
2013-08-26 Martin Schwenkerecoverd: Don't continue if the current node gets banned
2013-08-26 Amitay Isaacsrecoverd: Refactor code to ban misbehaving nodes
2013-08-26 Amitay Isaacsrecoverd: Move code to ban other nodes after we get...
2013-08-26 Amitay Isaacsrecoverd: Delay the initial election if node is started...
2013-08-26 Amitay Isaacsrecoverd: Update capabilities only if the current node...
2013-08-26 Amitay Isaacsrecoverd: No need to check if node is recovery master...
2013-08-26 Amitay Isaacsrecoverd: Always do an early exit from main_loop if...
2013-08-26 Martin Schwenkerecoverd: main_loop() should not verify local IPs if...
2013-08-26 Amitay Isaacsrecoverd: Do not set banning credits on a node if curre...
2013-08-26 Amitay Isaacsbanning: Do not come out of ban if databases are not...
2013-08-26 Amitay Isaacsbanning: No need to check if banned pnn is for local...
2013-08-26 Amitay Isaacsbanning: Make ctdb_local_node_got_banned() a void function
2013-08-26 Amitay Isaacsrecoverd: Also check if current node is in recovery...
2013-08-26 Amitay Isaacsrecoverd: Set node_flags information as soon as we...
2013-08-26 Amitay Isaacsrecovered: Remove old comment as the code corresponding...
2013-08-26 Amitay Isaacsbanning: Log ban state changes for other nodes at highe...
2013-08-26 Amitay Isaacsfreeze: Make ctdb_start_freeze() a void function
2013-08-26 Amitay Isaacsfreeze: If priority is invalid here, it's time to abort
2013-08-26 Amitay Isaacsfreeze: Log message from ctdb_start_freeze() and ctdb_c...
2013-08-26 Amitay Isaacsrecoverd: Print banning message only after verifying pnn
2013-08-26 Amitay Isaacsrecoverd: When updating flags on nodes, send updated...
2013-08-26 Amitay Isaacsvacuum: Reduce the priority of non-critical error
2013-08-26 Michael Adamctdbd: remove a nonempty blank line
2013-08-26 Michael Adamctdbd: update comment describing ctdb_call_send_redirect()
2013-08-26 Martin Schwenkerecoverd: Clarify some misleading log messages
2013-08-26 Martin Schwenkerecoverd: All inactive nodes should yield recovery...
2013-08-26 Martin SchwenkeClean up warnings: remove changed_flags in monitor_helper
2013-08-26 Rusty Russellspeed startup: alter recovery loop
2013-08-26 Ronnie Sahlbergrename ctdb_set_message_handler to ctdb_client_set_mess...
2013-08-26 Ronnie SahlbergThe recent change to the recovery daemon to keep track...
2013-08-26 Ronnie SahlbergIn the recovery daemon, keep track of which node we...
2013-08-19 Amitay Isaacsvacuuming: Fix vacuuming bug where requests keep bounci...
2013-08-19 Amitay Isaacsvacuuming: Fix vacuuming bug where requests keep bounci...
2013-08-19 Sumit BoseFixes for various issues found by Coverity
2013-08-15 Ronnie SahlbergWhen memory allocations for recovery fails,
2013-08-14 Sumit BoseCheck return value of tdb_delete()
2013-04-26 Michael Adamvacuum: Update (C)
2013-04-26 Michael Adamvacuum: extend the header comment for ctdb_process_dele...
2013-04-26 Michael Adamvacuum: turn the vacuuming on lmaster into a three...
2013-04-26 Michael Adamvacuum: introduce the RECEIVE_RECORDS control
2013-04-26 Michael Adamvacuum: reorder some of ctdb_process_delete_list()...
2013-04-26 Michael Adamvacuum: add explicit temporary memory context to ctdb_p...
2013-04-26 Michael Adamvacuum: fix indentation in ctdb_process_delete_list()
2013-04-26 Michael Adamvacuum: free temporary allocated memory correctly in...
2013-04-26 Michael Adamvacuum: move variable into scope of use in ctdb_process...
2013-04-26 Michael Adamvacuum: move variable into scope of use in ctdb_process...
2013-04-26 Michael Adamvacuum: simplify ctdb_process_delete_list(): reduce...
2013-04-26 Michael Adamvacuum: add DEBUG to skip conditions in delete_record_t...
2013-04-26 Michael Adamctdb_call: don't bump the rsn in ctdb_become_dmaster...
2013-04-26 Michael AdamFix a severe recovery bug that can lead to data corrupt...
2013-04-26 Michael Adamlogging: fix comment typo
2013-04-26 Michael Adamctdbd: unimplement the unused SET_DMASTER control
2013-04-26 Michael Adamrecoverd: remove bogus comment "qqq" from "add prototyp...
2013-04-05 Martin SchwenkeFix typo in ctdb_ltdb_store_server()
2013-01-14 Michael Adamctdb:recover: fix a comment typo
2013-01-14 Volker Lendeckevacuum: Avoid some tallocs in ctdb recovery
2013-01-14 Michael Adamvacuum: fix a comment typo
2012-05-07 Michael Adamrecover: finish pending trans3 commits when a recovery...
2012-05-07 Michael Adampersistent: add ctdb_persistent_finish_trans3_commits().
2012-05-07 Michael Adamdaemon: correctly end a running trans3_commit if the...
2012-05-07 Michael Adampersistent: add a client context to the persistent_stat...
2012-05-07 Michael Adampersistent: reject trans3_control when a commit is...
2012-05-07 Michael Adampersistent: allocate the persistent state in the ctdb_d...
2012-05-07 Michael Adampersistent: add a ctdb_db context to the ctdb_persisten...
2012-05-07 Michael Adampersistent_callback: print "no error message given...
2012-05-07 Michael Adampersistent: reduce indentation for the finishing moves...
2012-05-07 Michael Adampersistent: if a node failed to update_record, trigger...
2012-05-07 Michael Adampersistent_store_timout: do not really time out the...
2012-05-07 Michael Adampersistent_callback: ignore the update-recordreturn...
2012-01-12 Michael Adamltdb_server: improve logging in ctdb_ltdb_store_server
2012-01-12 Michael Adamtunables: don't list obsolete tunables in the list_tuna...
2012-01-12 Michael Adamtunables: add a bool obsolete flag to the tunable_map...
2012-01-12 Michael Adamvacuum: improve logging in remove_record_from_delete_qu...
2012-01-12 Michael Adamvacuum: improve logging in delete_record_traverse()
2012-01-12 Michael Adamvacuum: improve logging in insert_record_into_delete_qu...
2012-01-12 Michael Adamvacuum: improve debugging in delete_queue_traverse()
2012-01-12 Michael Adamvacuum: add debug message to insert_record_into_delete_...
2012-01-12 Michael Adamvacuum: improve debugging in insert_record_into_delete_...
2012-01-12 Michael Adamvacuum: initialize (to zero) the vacuum fetch list...
2012-01-12 Michael Adamvacuum: add statistics output for processing of the...
2012-01-12 Michael Adamvacuum: add a comment explaining a race in the vacuum...
next