Skip to content

Commit

Permalink
Update src/cluster.c
Browse files Browse the repository at this point in the history
Signed-off-by: Binbin <[email protected]>
  • Loading branch information
enjoy-binbin authored Feb 15, 2025
1 parent e1e85fb commit a3faef3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,6 @@ int isNodeAvailable(clusterNode *node) {
/* Hide empty replicas in here, from a data-path POV, an empty replica
* is not available. */
return getNodeReplicationOffset(node) != 0;
return 1;
}

void addNodeReplyForClusterSlot(client *c, clusterNode *node, int start_slot, int end_slot) {
Expand Down

0 comments on commit a3faef3

Please sign in to comment.