mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
Cluster: log message improved when FAIL is cleared from a slave node.
This commit is contained in:
parent
72f38cd70f
commit
2c3301b9f5
@ -681,7 +681,7 @@ void clearNodeFailureIfNeeded(clusterNode *node) {
|
||||
* node again. */
|
||||
if (node->flags & REDIS_NODE_SLAVE) {
|
||||
redisLog(REDIS_NOTICE,
|
||||
"Clear FAIL state for node %.40s: slave is already reachable.",
|
||||
"Clear FAIL state for node %.40s: slave is reachable again.",
|
||||
node->name);
|
||||
node->flags &= ~REDIS_NODE_FAIL;
|
||||
clusterDoBeforeSleep(CLUSTER_TODO_UPDATE_STATE|CLUSTER_TODO_SAVE_CONFIG);
|
||||
|
Loading…
Reference in New Issue
Block a user