mirror of
https://github.com/fluencelabs/redis
synced 2025-05-05 15:32:14 +00:00
Cluster: mismatch sender ID log put back at DEBUG level.
This commit is contained in:
parent
d6c5922f75
commit
fe44a7cb60
@ -1716,7 +1716,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