Commit 5a404c87 authored by antirez's avatar antirez
Browse files

Redis Cluster: remove no longer relevant comment.

parent fda4cba9
...@@ -1217,11 +1217,6 @@ int clusterProcessPacket(clusterLink *link) { ...@@ -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;
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment