mirror of
https://github.com/fluencelabs/redis
synced 2025-04-25 10:32:14 +00:00
Fix renamed define after merge.
This commit is contained in:
parent
3626699f1f
commit
4f7d1e46cf
@ -2624,7 +2624,7 @@ void clusterLogCantFailover(int reason) {
|
|||||||
(mstime() - myself->slaveof->fail_time) < nolog_fail_time) return;
|
(mstime() - myself->slaveof->fail_time) < nolog_fail_time) return;
|
||||||
|
|
||||||
switch(reason) {
|
switch(reason) {
|
||||||
case CLUSTER_CANT_FAILOVER_DATA_AGE:
|
case REDIS_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 "
|
"Please check the 'cluster-slave-validity-factor' configuration "
|
||||||
"option.";
|
"option.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user