Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3ebf193

Browse files
committed
Clear reconnect mask
1 parent e0ce1e7 commit 3ebf193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/mmts/arbiter.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ static bool MtmSendToNode(int node, void const* buf, int size)
504504
MtmOnNodeDisconnect(node+1);
505505
return false;
506506
}
507+
BIT_CLEAR(Mtm->reconnectMask, node);
507508
MTM_LOG3("Arbiter restablished connection with node %d", node+1);
508509
} else {
509510
return true;

0 commit comments

Comments
 (0)