The Samba-Bugzilla – Attachment 15826 Details for
Bug 14295
Starting ctdb node that was powered off hard before results in recovery loop
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
WIP patch for master from Noel
WIP-bug14295-master-v2.patch (text/plain), 1.17 KB, created by
Ralph Böhme
on 2020-02-28 08:36:31 UTC
(
hide
)
Description:
WIP patch for master from Noel
Filename:
MIME Type:
Creator:
Ralph Böhme
Created:
2020-02-28 08:36:31 UTC
Size:
1.17 KB
patch
obsolete
>From d5374e1fa097f616f06b3d481ab4b5608da03881 Mon Sep 17 00:00:00 2001 >From: Noel Power <noel.power@suse.com> >Date: Thu, 27 Feb 2020 16:51:40 +0000 >Subject: [PATCH] ctdb/tcp: Don't ignore (re)connection attempts from restarted > node > >since 77deaadca8e8dbc3c92ea16893099c72f6dc874e a nodeA which had >previously accepted a connection from nodeB (where nodeB dies e.g. as >as result of fencing) when nodeB attempts to connect again after restarting >is always rejected with > > ctdb_listen_event: Incoming queue active, rejecting connection from w.x.y.z > >messages. > >Signed-off-by: Noel Power <noel.power@suse.com> >--- > ctdb/tcp/tcp_init.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/ctdb/tcp/tcp_init.c b/ctdb/tcp/tcp_init.c >index 559ad8691d0..566ce58186d 100644 >--- a/ctdb/tcp/tcp_init.c >+++ b/ctdb/tcp/tcp_init.c >@@ -123,7 +123,7 @@ static void ctdb_tcp_restart(struct ctdb_node *node) > DEBUG(DEBUG_NOTICE,("Tearing down connection to dead node :%d\n", node->pnn)); > > ctdb_tcp_stop_connection(node); >- >+ TALLOC_FREE(tnode->in_queue); > tnode->connect_te = tevent_add_timer(node->ctdb->ev, tnode, > timeval_zero(), > ctdb_tcp_node_connect, node); >-- >2.24.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 14295
:
15823
|
15826
|
15827
|
15828
|
15829
|
15830
|
15855
|
15859
|
15860
|
15862
|
15869