Update the argument of clusterNodeGetReplica declaration (#1239)
clusterNodeGetReplica agrumnets are missed to migrate during the slave to replication migration so updated the argument slave to replica. Signed-off-by: Shivshankar-Reddy <shiva.sheri.github@gmail.com>
This commit is contained in:
parent
5a4c0640ce
commit
13f5f665f2
@ -96,7 +96,7 @@ int clusterNodeIsFailing(clusterNode *node);
|
||||
int clusterNodeIsNoFailover(clusterNode *node);
|
||||
char *clusterNodeGetShardId(clusterNode *node);
|
||||
int clusterNodeNumReplicas(clusterNode *node);
|
||||
clusterNode *clusterNodeGetReplica(clusterNode *node, int slave_idx);
|
||||
clusterNode *clusterNodeGetReplica(clusterNode *node, int replica_idx);
|
||||
clusterNode *getMigratingSlotDest(int slot);
|
||||
clusterNode *getImportingSlotSource(int slot);
|
||||
clusterNode *getNodeBySlot(int slot);
|
||||
|
Loading…
x
Reference in New Issue
Block a user