mirror of
https://github.com/fluencelabs/redis
synced 2025-04-05 09:11:03 +00:00
Cluster: log message shortened.
This commit is contained in:
parent
707ff0f714
commit
2d0844ee37
@ -1672,7 +1672,7 @@ void clusterHandleSlaveFailover(void) {
|
|||||||
clusterNode *oldmaster = server.cluster->myself->slaveof;
|
clusterNode *oldmaster = server.cluster->myself->slaveof;
|
||||||
|
|
||||||
redisLog(REDIS_WARNING,
|
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
|
/* We have the quorum, perform all the steps to correctly promote
|
||||||
* this slave to a master.
|
* this slave to a master.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user