mirror of
https://github.com/fluencelabs/redis
synced 2025-04-11 11:46:04 +00:00
Redis Cluster: remove no longer relevant comment.
This commit is contained in:
parent
fda4cba912
commit
5a404c87c1
@ -1217,11 +1217,6 @@ int clusterProcessPacket(clusterLink *link) {
|
|||||||
link->node->port = 0;
|
link->node->port = 0;
|
||||||
freeClusterLink(link);
|
freeClusterLink(link);
|
||||||
clusterDoBeforeSleep(CLUSTER_TODO_SAVE_CONFIG);
|
clusterDoBeforeSleep(CLUSTER_TODO_SAVE_CONFIG);
|
||||||
/* FIXME: remove this node if we already have it.
|
|
||||||
*
|
|
||||||
* If we already have it but the IP is different, use
|
|
||||||
* the new one if the old node is in FAIL, PFAIL, or NOADDR
|
|
||||||
* status... */
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user