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
f58a674a
Commit
f58a674a
authored
Nov 27, 2015
by
antirez
Browse files
Redis Cluster: hint about validity factor when slave can't failover.
parent
00eb8a63
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
f58a674a
...
...
@@ -2625,7 +2625,9 @@ void clusterLogCantFailover(int reason) {
switch
(
reason
)
{
case
CLUSTER_CANT_FAILOVER_DATA_AGE
:
msg
=
"Disconnected from master for longer than allowed."
;
msg
=
"Disconnected from master for longer than allowed. "
"Please check the 'cluster-slave-validity-factor' configuration "
"option."
;
break
;
case
CLUSTER_CANT_FAILOVER_WAITING_DELAY
:
msg
=
"Waiting the delay before I can start a new failover."
;
...
...
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