diff options
author | root <root@test1n1.VSOFS1.COM> | 2008-12-05 16:32:30 +1100 |
---|---|---|
committer | root <root@test1n1.VSOFS1.COM> | 2008-12-05 16:32:30 +1100 |
commit | e54347fa4e1303ca7dc7d86a059e77ecfa470c93 (patch) | |
tree | 136f44ac395665ce6215f54aeca416d83fdea0eb /ctdb/tcp/tcp_connect.c | |
parent | bf6715340258a5cf3b49aa05c38b1fc02a78a2da (diff) | |
download | samba-e54347fa4e1303ca7dc7d86a059e77ecfa470c93.tar.gz samba-e54347fa4e1303ca7dc7d86a059e77ecfa470c93.tar.xz samba-e54347fa4e1303ca7dc7d86a059e77ecfa470c93.zip |
redo and update how we synchronize flags across the cluster.
this simplifies the code and should close a race condition between the local recovery daemon and a remote node when flags are changing.
(This used to be ctdb commit 32d460b8469eb53145f04161a5d01166f9b5f09e)
Diffstat (limited to 'ctdb/tcp/tcp_connect.c')
-rw-r--r-- | ctdb/tcp/tcp_connect.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/tcp/tcp_connect.c b/ctdb/tcp/tcp_connect.c index cd0693cc38..6aa377bb40 100644 --- a/ctdb/tcp/tcp_connect.c +++ b/ctdb/tcp/tcp_connect.c @@ -153,7 +153,6 @@ void ctdb_tcp_node_connect(struct event_context *ev, struct timed_event *te, return; } - DEBUG(DEBUG_ERR,("create socket...\n")); tnode->fd = socket(sock_out.sa.sa_family, SOCK_STREAM, IPPROTO_TCP); set_nonblocking(tnode->fd); set_close_on_exec(tnode->fd); |