Fix typo in valkey-cli.c (#979)
Change from replicsa to replicas in valkey-cli.c Signed-off-by: NAM UK KIM <namuk2004@naver.com>
This commit is contained in:
parent
981f977abf
commit
f143ffd2a5
@ -4219,7 +4219,7 @@ static void clusterManagerOptimizeAntiAffinity(clusterManagerNodeArray *ipnodes,
|
|||||||
if (perfect)
|
if (perfect)
|
||||||
msg = "[OK] Perfect anti-affinity obtained!";
|
msg = "[OK] Perfect anti-affinity obtained!";
|
||||||
else if (score >= 10000)
|
else if (score >= 10000)
|
||||||
msg = ("[WARNING] Some replicsa are in the same host as their primary");
|
msg = ("[WARNING] Some replicas are in the same host as their primary");
|
||||||
else
|
else
|
||||||
msg = ("[WARNING] Some replicas of the same primary are in the same host");
|
msg = ("[WARNING] Some replicas of the same primary are in the same host");
|
||||||
clusterManagerLog(log_level, "%s\n", msg);
|
clusterManagerLog(log_level, "%s\n", msg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user