From ebeb667a32b7f904ad1cc0288c721c75bf388b56 Mon Sep 17 00:00:00 2001 From: lihaipeng <577886328@qq.com> Date: Fri, 1 Aug 2025 15:28:07 +0800 Subject: [PATCH] according to the code context, this 'flags' comes from the sender's POV --- src/cluster_legacy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cluster_legacy.c b/src/cluster_legacy.c index 8a72867d1..780a8f728 100644 --- a/src/cluster_legacy.c +++ b/src/cluster_legacy.c @@ -2154,7 +2154,7 @@ void clusterProcessGossipSection(clusterMsg *hdr, clusterLink *link) { } } - /* If from our POV the node is up (no failure flags are set), + /* If from sender's POV the node is up (no failure flags are set), * we have no pending ping for the node, nor we have failure * reports for this node, update the last pong time with the * one we see from the other nodes. */