Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
4513d8fc
Commit
4513d8fc
authored
Feb 11, 2014
by
antirez
Browse files
Cluster: UPDATE messages are the norm and verbose.
Logging them at WARNING level was of little utility and of sure disturb.
parent
97212551
Changes
1
Show whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
4513d8fc
...
@@ -1430,7 +1430,7 @@ int clusterProcessPacket(clusterLink *link) {
...
@@ -1430,7 +1430,7 @@ int clusterProcessPacket(clusterLink *link) {
if
(
server
.
cluster
->
slots
[
j
]
->
configEpoch
>
if
(
server
.
cluster
->
slots
[
j
]
->
configEpoch
>
senderConfigEpoch
)
senderConfigEpoch
)
{
{
redisLog
(
REDIS_
WARNING
,
redisLog
(
REDIS_
VERBOSE
,
"Node %.40s has old slots configuration, sending "
"Node %.40s has old slots configuration, sending "
"an UPDATE message about %.40s"
,
"an UPDATE message about %.40s"
,
sender
->
name
,
server
.
cluster
->
slots
[
j
]
->
name
);
sender
->
name
,
server
.
cluster
->
slots
[
j
]
->
name
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment