tools/ctdb: Factor, simplify and improve robustness of ipreallocate code
[ctdb.git] / server /
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...
2013-07-29 Amitay Isaacsctdbd: Fix updating of hot keys in database statistics
2013-07-29 Amitay Isaacsctdbd: Remove incomplete ctdb_db_statistics_wire structure
2013-07-29 Amitay IsaacsRevert "ctdbd: Remove incomplete ctdb_db_statistics_wir...
2013-07-29 Martin Schwenkectdbd: Kill client process without checking for tracked...
2013-07-29 Martin Schwenkerecoverd: Call takeover fail callback only once per...
2013-07-23 Martin Schwenkectdbd: Pass event name to hung script debugger
2013-07-19 Martin Schwenkectdbd: Sleep at exit to allow time for log messages...
2013-07-19 Martin Schwenkectdbd: Exit if something is already listening on CTDB...
2013-07-19 Martin Schwenkectdbd: Allow extra recovery to repair persistent DBs...
2013-07-11 Martin Schwenkerecoverd: Really fix bogus info in message about change...
2013-07-11 Sumit BoseFixes for various issues found by Coverity
2013-07-11 Sumit BoseCheck return value of tdb_delete()
2013-07-10 Martin Schwenkerecoverd: Recovery daemon should use ctdb_get_pnn,...
2013-07-10 Amitay Isaacsctdbd: Print tdb flags when logging attached to databas...
2013-07-10 Amitay Isaacsctdbd: Set process names for child processes
2013-07-10 Amitay Isaacstraverse: Remove unused start_time field
2013-07-10 Amitay Isaacstraverse: Send records directly from traverse child...
2013-07-10 Amitay Isaacstraverse: Pass reqid and srcnode information to local...
2013-07-10 Amitay Isaacsctdbd: No need for DeadlockTimeout tunable
2013-07-10 Amitay Isaacslocking: Use external script to debug locking issues
2013-07-10 Amitay Isaacslocking: Update locking bucket intervals
2013-07-10 Amitay Isaacslocking: Update locks latency in CTDB statistics only...
2013-07-10 Amitay Isaacsctdbd: Remove incomplete ctdb_db_statistics_wire structure
2013-07-10 Amitay Isaacsctdbd: Update debug messages for setting readonly prope...
2013-07-05 Amitay Isaacsrecoverd: Fix buffer overflow error in reloadips
2013-07-05 Martin Schwenkectdbd: Log something when releasing all IPs
2013-07-05 Martin Schwenkerecoverd: Minor style improvements for ctdb_reload_remo...
2013-07-05 Martin Schwenkerecoverd: Clean up log messages in remote IP verification
2013-07-05 Martin Schwenkerecoverd: Fix an unclear log message - "Restart recover...
2013-07-05 Martin Schwenkerecoverd: Fix an incorrect comment
2013-07-05 Martin Schwenkectdbd: Use ctdb_die() on "setup" event failure
2013-07-05 Martin Schwenkectdbd: Avoid a core dump when "init" event fails
2013-07-05 Martin Schwenkectdbd: Release IP callback should fail if the IP is...
2013-07-05 Martin Schwenkectdbd: Log warnings in release IP when unexpected inter...
2013-07-04 Amitay Isaacsbuild: Fix compiler warnings for uninitialized variables
2013-07-04 Amitay Isaacsrecoverd: Send the result from child process only once
2013-07-02 Amitay Isaacsctdbd: Don't ban self if init or shutdown event fails
2013-07-02 Michael Adamrecoverd: when the recmaster is banned, use that inform...
2013-07-02 Michael Adamrecoverd: fix a comment typo
2013-07-02 Michael Adamrecoverd: fix a comment in main_loop
2013-07-02 Michael Adamrecoverd: eliminate some trailing spaces from ctdb_elec...
2013-07-02 Martin Schwenkerecoverd: Don't continue if the current node gets banned
2013-07-02 Amitay Isaacsrecoverd: Refactor code to ban misbehaving nodes
2013-07-02 Amitay Isaacsrecoverd: Move code to ban other nodes after we get...
2013-07-02 Amitay Isaacsrecoverd: Delay the initial election if node is started...
2013-07-02 Amitay Isaacsrecoverd: Update capabilities only if the current node...
2013-07-02 Amitay Isaacsrecoverd: No need to check if node is recovery master...
2013-07-02 Amitay Isaacsrecoverd: Always do an early exit from main_loop if...
2013-07-02 Amitay Isaacsrecoverd: Do not set banning credits on a node if curre...
2013-07-02 Amitay Isaacsbanning: Do not come out of ban if databases are not...
2013-07-02 Amitay Isaacsbanning: No need to check if banned pnn is for local...
2013-07-02 Amitay Isaacsbanning: Make ctdb_local_node_got_banned() a void function
2013-07-02 Amitay Isaacsrecoverd: Also check if current node is in recovery...
2013-07-02 Amitay Isaacsrecoverd: Set node_flags information as soon as we...
2013-07-02 Amitay Isaacsrecovered: Remove old comment as the code corresponding...
2013-07-02 Amitay Isaacsbanning: Log ban state changes for other nodes at highe...
2013-07-02 Amitay Isaacsfreeze: Make ctdb_start_freeze() a void function
2013-07-02 Amitay Isaacsfreeze: If priority is invalid here, it's time to abort
2013-07-02 Amitay Isaacsfreeze: Log message from ctdb_start_freeze() and ctdb_c...
2013-06-28 Amitay Isaacsrecoverd: Print banning message only after verifying pnn
2013-06-28 Amitay Isaacsrecoverd: When updating flags on nodes, send updated...
2013-06-22 Martin Schwenkectdbd: Fix panic on overlapping shutdowns
2013-06-22 Martin Schwenkectdbd: Refactor shutdown sequence
2013-06-20 Martin Schwenkelogging: Notify parent when logging daemon is up
2013-06-20 Martin Schwenkectdbd: "init" event should run earlier in daemon initia...
2013-06-14 Mathieu Parentbuild: Fix tdb.h path to enable building with system...
2013-06-14 Amitay Isaacsctdbd: Make sure we don't kill init process by mistake
2013-06-13 Martin Schwenkerecoverd: Log node that causes takoever run to fail
2013-05-29 Amitay Isaacsctdbd: Log node state transitions at higher debug level
2013-05-27 Martin Schwenkerecoverd: Backward compatibility for nodes without...
2013-05-24 Amitay Isaacsvacuum: Reduce the priority of non-critical error
2013-05-24 Michael Adamctdbd: fix comment explaining redirection of CTDB_REQ_C...
2013-05-24 Michael Adamctdbd: remove a nonempty blank line
2013-05-24 Michael Adamctdbd: update comment describing ctdb_call_send_redirect()
2013-05-24 Martin Schwenkerecoverd: Nodes can only takeover IPs if they are in...
2013-05-24 Martin Schwenkerecoverd: Handle errors carefully when fetching tunables
2013-05-24 Martin Schwenkerecoverd: Set explicit default value when getting tunab...
2013-05-24 Martin Schwenkectdbd: Update the get_tunable code to return -EINVAL...
2013-05-24 Martin Schwenkerecoverd: Whitespace improvements
2013-05-24 Martin Schwenkerecoverd: Use talloc_array_length() for simpler code
2013-05-24 Martin Schwenkectdbd: When the "setup" event fails log an error and...
2013-05-24 Martin Schwenkectdbd: Add new runstate CTDB_RUNSTATE_FIRST_RECOVERY
2013-05-24 Martin Schwenkectdbd: New control CTDB_CONTROL_GET_RUNSTATE
next