1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/ctdb
Peter Somogyi 1714c1ed0c ib: added external send queue to workaround downtime
Workaround is because I couldn't find a correct way in ib to reconnect cleanly (with queue kept) when destination is unreachable.
When connection is broken, all internal queue contents are being destroyed and reconnects automatically.
An "external" send queue is kept until the connection is up again for a dest node.

(This used to be ctdb commit 49cac6eafb9d9c80ef1c7f0388aa7786c8be6f24)
2007-02-26 11:59:20 +01:00
..
common ib: added external send queue to workaround downtime 2007-02-26 11:59:20 +01:00
ib ib: added external send queue to workaround downtime 2007-02-26 11:59:20 +01:00
include changed ctdb_bench.c to use messages instead of calls 2007-02-09 12:45:58 +11:00
lib added rest of tdb (missed in earlier commit) 2007-02-20 13:24:45 +11:00
tcp added --num-msgs option 2007-02-20 14:57:13 +11:00
tests added a benchmark script that launches via ssh 2007-02-20 13:23:01 +11:00
.bzrignore ignored some files 2007-02-20 13:23:43 +11:00
aclocal.m4 initial version 2006-11-18 10:41:20 +11:00
autogen.sh initial version 2006-11-18 10:41:20 +11:00
config.guess initial version 2006-11-18 10:41:20 +11:00
config.sub initial version 2006-11-18 10:41:20 +11:00
configure.ac Made infiniband support configurable. 2006-12-15 16:02:45 +01:00
ctdb_bench.c added --num-msgs option 2007-02-20 14:57:13 +11:00
ctdb_test.c simplified ctdb_call() interface, and made it easier to expand with more parameters later 2007-01-25 16:13:17 +11:00
install-sh initial version 2006-11-18 10:41:20 +11:00
Makefile.in Some minor changes before integrating ib... 2007-02-12 16:47:12 +01:00
nodes.txt example node list 2006-11-18 15:34:35 +11:00
README added a README 2006-11-18 10:57:01 +11:00

To build this you need a recent copy of talloc, libreplace and tdb in
the directory above this directory.