mirror of
https://github.com/fluencelabs/redis
synced 2025-05-14 11:31:21 +00:00
Cluster: mismatch sender ID log put back at DEBUG level.
This commit is contained in:
parent
7f97d75ef6
commit
c0acccc3d3
@ -1721,7 +1721,7 @@ int clusterProcessPacket(clusterLink *link) {
|
|||||||
/* If the reply has a non matching node ID we
|
/* If the reply has a non matching node ID we
|
||||||
* disconnect this node and set it as not having an associated
|
* disconnect this node and set it as not having an associated
|
||||||
* address. */
|
* address. */
|
||||||
serverLog(LL_WARNING,"PONG contains mismatching sender ID. About node %.40s added %d ms ago, having flags %d",
|
serverLog(LL_DEBUG,"PONG contains mismatching sender ID. About node %.40s added %d ms ago, having flags %d",
|
||||||
link->node->name,
|
link->node->name,
|
||||||
(int)(mstime()-(link->node->ctime)),
|
(int)(mstime()-(link->node->ctime)),
|
||||||
link->node->flags);
|
link->node->flags);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user