mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
Cluster: handshake "already known" error logged to VERBOSE.
This is not really an error but something that always happens for example when creating a new cluster, or if the sysadmin rejoins manually a node that is already known. Since useless logs don't help, moved to VERBOSE level.
This commit is contained in:
parent
3cf6f1f54f
commit
6dd2dbbd36
@ -1375,7 +1375,7 @@ int clusterProcessPacket(clusterLink *link) {
|
||||
/* If we already have this node, try to change the
|
||||
* IP/port of the node with the new one. */
|
||||
if (sender) {
|
||||
redisLog(REDIS_WARNING,
|
||||
redisLog(REDIS_VERBOSE,
|
||||
"Handshake: we already know node %.40s, "
|
||||
"updating the address if needed.", sender->name);
|
||||
if (nodeUpdateAddressIfNeeded(sender,link,ntohs(hdr->port)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user