1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/ctdb/server
Ronnie Sahlberg d1ba047b7f add a new transport method so that when a node is marked as dead, we
shut down and restart the transport

othervise, if we use the tcp transport the tcp connection might try to 
retransmit the queued data during the time the node is unavailable.
this together with the exponential backoff for tcp means that the tcp 
connection quickly reaches the maximum backoff rto which is often 60 or 
120 seconds.   this would mean that it could take up to 60/120 seconds 
before the tcp layer detects that the connection is dead and it has to 
be reestablished.

(This used to be ctdb commit 0256db470879ce556b0f00070f7ebeaf37e529ab)
2007-10-19 08:58:30 +10:00
..
ctdb_call.c change debug output from vnn to pnn 2007-09-04 10:47:02 +10:00
ctdb_control.c add a control to send gratious arps from the ctdb daemon 2007-10-09 11:56:09 +10:00
ctdb_daemon.c no longer wait at startup for services to become available, instead 2007-09-24 10:00:14 +10:00
ctdb_freeze.c update lib/replace from samba4 2007-07-10 15:29:31 +10:00
ctdb_lockwait.c if lockwait takes an excessive time to complete. log the time it took to 2007-08-22 09:46:48 +10:00
ctdb_ltdb_server.c when ctdb attaches to a database it broadcasts the attach to all other 2007-09-21 13:47:40 +10:00
ctdb_monitor.c run monitoring more quickly when unhealthy and at startup 2007-09-24 10:12:18 +10:00
ctdb_persistent.c fixed a valgrind error, and some warnings 2007-09-24 09:57:14 +10:00
ctdb_recover.c merge from ronnie 2007-10-18 15:44:02 +10:00
ctdb_recoverd.c sync flags between nodes in monitor loop in recmaster 2007-10-15 14:28:51 +10:00
ctdb_server.c add a new transport method so that when a node is marked as dead, we 2007-10-19 08:58:30 +10:00
ctdb_serverids.c fixed a pointer cast warning 2007-09-10 15:16:17 +10:00
ctdb_takeover.c add a new tunable : DeterministicIPs that makes the allocation of 2007-10-16 12:15:02 +10:00
ctdb_traverse.c added support for persistent databases in ctdbd 2007-09-21 12:24:02 +10:00
ctdb_tunables.c add a new tunable : DeterministicIPs that makes the allocation of 2007-10-16 12:15:02 +10:00
ctdbd.c include system/network.h so we get the prototype for inet_aton() 2007-10-16 11:29:33 +10:00
eventscript.c change how we do public addresses and takeover so that we can have 2007-09-04 09:50:07 +10:00