Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6dddbc

Browse files
committed
Typos fixed
1 parent3ba6736 commitc6dddbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/mmts/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
#if0
580-
/* Original intention was to reestablishconnectect whenreconnet 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 causeavalunch of connection failures.
580+
/* Original intention was to reestablishconnection whenreconnect 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 causeavalanche 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)

[8]ページ先頭

©2009-2025 Movatter.jp