Skip to content

Commit

Permalink
Update src/valkey-cli.c
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
  • Loading branch information
PingXie and zuiderkwast authored Apr 22, 2024
1 parent a9eeea5 commit 3236d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/valkey-cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -4771,7 +4771,7 @@ static void clusterManagerSetSlotNodeReplicaOnly(clusterManagerNode *node1,
* ownership finalization on HA clusters. We make a best-effort attempt below
* to utilize this enhanced reliability. Regardless of the result, we continue
* with finalizing slot ownership on the primary nodes. Note that this command
* is not essential. Redis 8.0+ will attempt to recover from failed slot
* is not essential. Valkey 8.0 will attempt to recover from failed slot
* ownership finalizations if they occur, although there may be a brief period
* where slots caught in this transition stage are unavailable. Including this
* additional step ensures no downtime for these slots if any failures arise. */
Expand Down

0 comments on commit 3236d2f

Please sign in to comment.