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

Commit 9527db9

Browse files
knizhnikkelvich
authored andcommitted
Clear reconnect mask
1 parent cc03eac commit 9527db9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)