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
2d0844ee
Commit
2d0844ee
authored
Sep 30, 2013
by
antirez
Browse files
Cluster: log message shortened.
parent
707ff0f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
2d0844ee
...
...
@@ -1672,7 +1672,7 @@ void clusterHandleSlaveFailover(void) {
clusterNode
*
oldmaster
=
server
.
cluster
->
myself
->
slaveof
;
redisLog
(
REDIS_WARNING
,
"Failover election won:
failing over my (failing)
master."
);
"Failover election won:
I'm the new
master."
);
/* We have the quorum, perform all the steps to correctly promote
* this slave to a master.
*
...
...
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