Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
23ad3faa
Commit
23ad3faa
authored
Feb 26, 2019
by
artix
Browse files
Cluster Manager: change text alert clusterManagerWaitForClusterJoin
parent
2593fb9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
23ad3faa
...
...
@@ -3437,11 +3437,11 @@ static void clusterManagerWaitForClusterJoin(void) {
if (parseClusterNodeAddress(nodeaddr, &node_ip,
&node_port, &node_bus_port) && node_bus_port) {
clusterManagerLogErr(" - The port %d of node %s may "
"be unreachable
from
:\n",
"be unreachable
by
:\n",
node_bus_port, node_ip);
} else {
clusterManagerLogErr(" - Node %s may be unreachable "
"
from
:\n", nodeaddr);
"
by
:\n", nodeaddr);
}
listIter li;
listNode *ln;
...
...
@@ -3454,7 +3454,7 @@ static void clusterManagerWaitForClusterJoin(void) {
clusterManagerLogErr("Cluster bus ports must be reachable "
"by every node.\nRemember that "
"cluster bus ports are different "
"from standard instance port.\n");
"from standard instance port
s
.\n");
listEmpty(from);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment