Skip to content

Commit 2feb736

Browse files
afiskonkelvich
authored andcommitted
Typos fixed
1 parent 894fc16 commit 2feb736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arbiter.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,8 @@ static bool MtmSendToNode(int node, void const* buf, int size, time_t reconnectT
577577
BIT_SET(busy_mask, node);
578578
while (true) {
579579
#if 0
580-
/* Original intention was to reestablish connectect when reconnet mask is set to avoid hanged-up connection.
581-
* But reconnectMask is set not only when connection is broken, so breaking connection in all this cases cause avalunch of connection failures.
580+
/* Original intention was to reestablish connection when reconnect mask is set to avoid hanged-up connection.
581+
* But reconnectMask is set not only when connection is broken, so breaking connection in all this cases cause avalanche of connection failures.
582582
*/
583583
if (sockets[node] >= 0 && BIT_CHECK(Mtm->reconnectMask, node)) {
584584
MTM_ELOG(WARNING, "Arbiter is forced to reconnect to node %d", node+1);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy