mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
Cluster: comment no longer in sync with code removed.
This commit is contained in:
parent
8c1bc8e865
commit
a8b09faf3d
@ -613,10 +613,7 @@ void markNodeAsFailingIfNeeded(clusterNode *node) {
|
||||
|
||||
/* This function is called only if a node is marked as FAIL, but we are able
|
||||
* to reach it again. It checks if there are the conditions to undo the FAIL
|
||||
* state.
|
||||
*
|
||||
* Currently we only revert the FAIL state if there are no slaves for this
|
||||
* node, so that no promotion was possible. */
|
||||
* state. */
|
||||
void clearNodeFailureIfNeeded(clusterNode *node) {
|
||||
int changes = 0;
|
||||
time_t now = time(NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user