Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Turin <[email protected]>
  • Loading branch information
pieturin committed Nov 14, 2024
1 parent 6b64975 commit d65423e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cluster_legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -4932,7 +4932,7 @@ static int clusterNodeCronHandleReconnect(clusterNode *node, mstime_t handshake_
!nodeInHandshake(node) && !nodeIsMeeting(node) && !nodeTimedOut(node) &&
now - node->inbound_link_freed_time > handshake_timeout) {
/* Node has an outbound link, but no inbound link for more than the handshake timeout.
* This probably means this node does not know us yet, wherease we know it.
* This probably means this node does not know us yet, whereas we know it.
* So we send it a MEET packet to do a handshake with it and correct the inconsistent cluster view. */
node->flags |= CLUSTER_NODE_MEET;
serverLog(LL_NOTICE, "Sending MEET packet to node %.40s because there is no inbound link for it", node->name);
Expand Down

0 comments on commit d65423e

Please sign in to comment.