summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
...
* ctdb-vacuum: Avoid processing any more packetsAmitay Isaacs2020-03-301-3/+0
* ctdb-daemon: Avoid memory leak when packet is deferredAmitay Isaacs2020-03-301-1/+2
* ctdb-recoverd: No need for database detach handlerAmitay Isaacs2020-03-302-43/+0
* ctdb-recoverd: Drop VACUUM_FETCH message handlingAmitay Isaacs2020-03-301-149/+0
* ctdb-vacuum: Replace VACUUM_FETCH message with controlAmitay Isaacs2020-03-301-9/+9
* ctdb-vacuum: Add processing of fetch queueAmitay Isaacs2020-03-301-3/+189
* ctdb-daemon: Add implementation of VACUUM_FETCH controlAmitay Isaacs2020-03-305-1/+86
* ctdb-tests: Add marshalling tests for new controlAmitay Isaacs2020-03-303-2/+17
* ctdb-protocol: Add marshalling for new control VACUUM_FETCHAmitay Isaacs2020-03-304-0/+51
* ctdb-protocol: Add new control VACUUM_FETCHAmitay Isaacs2020-03-301-0/+1
* ctdb-tests: Drop code releated to obsolete controlsAmitay Isaacs2020-03-301-78/+0
* ctdb-protocol: Drop code related to obsolete controlsAmitay Isaacs2020-03-302-69/+0
* ctdb-client: Fix some typos in debug messagesMartin Schwenke2020-03-301-6/+6
* ctdb-tcp: Do not stop outbound connection in ctdb_tcp_node_connect()Martin Schwenke2020-03-191-1/+17
* ctdb-tcp: Factor out function ctdb_tcp_start_outgoing()Martin Schwenke2020-03-191-6/+13
* ctdb-tcp: add ctdb_tcp_stop_incoming()Ralph Boehme2020-03-193-1/+12
* ctdb-tcp: rename ctdb_tcp_stop_connection() to ctdb_tcp_stop_outgoing()Ralph Boehme2020-03-193-8/+8
* ctdb-tcp: Remove redundant restart in ctdb_tcp_tnode_cb()Ralph Boehme2020-03-191-6/+0
* ctdb-tcp: always call node_dead() upcall in ctdb_tcp_tnode_cb()Ralph Boehme2020-03-191-3/+1
* ctdb-tcp: move free of inbound queue to TCP restartNoel Power2020-03-192-2/+1
* ctdb-daemon: more logical whitespace, debug modernisationMartin Schwenke2020-03-191-2/+2
* ctdb-daemon: ensure restart() callback is called in half-connected stateRalph Boehme2020-03-191-7/+6
* ctdb-daemon: Rename ctdb_context private_data to transport_dataMartin Schwenke2020-03-194-11/+14
* ctdb-daemon: Rename ctdb_node private_data to transport_dataMartin Schwenke2020-03-196-17/+23
* ctdb-tcp: Make error handling for outbound connection consistentMartin Schwenke2020-02-171-19/+17
* ctdb-tests: Skip some tests that don't work with IPv6Martin Schwenke2020-01-142-0/+24
* ctdb-scripts: Strip square brackets when gathering connection infoMartin Schwenke2020-01-141-0/+6
* ctdb-tcp: Close inflight connecting TCP sockets after forkVolker Lendecke2019-11-191-0/+6
* ctdb-tcp: Drop tracking of file descriptor for incoming connectionsMartin Schwenke2019-11-194-11/+0
* ctdb-tcp: Avoid orphaning the TCP incoming queueMartin Schwenke2019-11-191-0/+7
* ctdb-tcp: Check incoming queue to see if incoming connection is upMartin Schwenke2019-11-191-1/+1
* ctdb-vacuum: Process all records not deleted on a remote nodeAmitay Isaacs2019-10-161-1/+1
* ctdb-tools: Stop deleted nodes from influencing ctdb nodestatus exit codeMartin Schwenke2019-09-201-1/+7
* ctdb: fix compilation on systems with glibc robust mutexesRalph Boehme2019-09-061-1/+1
* ctdb-recoverd: Fix typo in previous fixMartin Schwenke2019-09-041-1/+1
* ctdb-tests: Clear deleted record via recovery instead of vacuumingMartin Schwenke2019-09-041-12/+5
* ctdb-tests: Strengthen volatile DB traverse testMartin Schwenke2019-09-041-15/+52
* ctdb-recoverd: Only check for LMASTER nodes in the VNN mapMartin Schwenke2019-09-041-4/+10
* ctdb-tests: Don't retrieve the VNN map from target node for notlmasterMartin Schwenke2019-09-041-2/+1
* ctdb-tests: Handle special cases first and returnMartin Schwenke2019-09-041-31/+28
* ctdb-tests: Inline handling of recovered and notlmaster statusesMartin Schwenke2019-09-041-6/+12
* ctdb-tests: Drop unused node statuses frozen/unfrozenMartin Schwenke2019-09-041-6/+2
* ctdb-tests: Reformat node_has_status()Martin Schwenke2019-09-041-46/+48
* ctdb-daemon: Make node inactive in the NODE_STOP controlMartin Schwenke2019-08-281-0/+2
* ctdb-daemon: Drop unused function ctdb_local_node_got_banned()Martin Schwenke2019-08-282-25/+0
* ctdb-daemon: Switch banning code to use ctdb_node_become_inactive()Martin Schwenke2019-08-281-1/+1
* ctdb-daemon: Factor out new function ctdb_node_become_inactive()Martin Schwenke2019-08-282-0/+45
* ctdb-tcp: Mark node as disconnected if incoming connection goes awayMartin Schwenke2019-08-282-2/+5
* ctdb-tcp: Only mark a node connected if both directions are upMartin Schwenke2019-08-281-3/+17
* ctdb-tcp: Create outbound queue when the connection becomes writableMartin Schwenke2019-08-283-12/+25