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
5e0e03be
Commit
5e0e03be
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
8251d2d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
5e0e03be
...
...
@@ -1430,7 +1430,7 @@ int clusterProcessPacket(clusterLink *link) {
if
(
server
.
cluster
->
slots
[
j
]
->
configEpoch
>
senderConfigEpoch
)
{
redisLog
(
REDIS_
WARNING
,
redisLog
(
REDIS_
VERBOSE
,
"Node %.40s has old slots configuration, sending "
"an UPDATE message about %.40s"
,
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