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> Signed-off-by: Ping Xie <pingxie@google.com>
This commit is contained in:
parent
6f2b3d46bb
commit
230ff3ae65
@ -4219,7 +4219,7 @@ static void clusterManagerOptimizeAntiAffinity(clusterManagerNodeArray *ipnodes,
|
||||
if (perfect)
|
||||
msg = "[OK] Perfect anti-affinity obtained!";
|
||||
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
|
||||
msg = ("[WARNING] Some replicas of the same primary are in the same host");
|
||||
clusterManagerLog(log_level, "%s\n", msg);
|
||||
|
Loading…
Reference in New Issue
Block a user