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
6cd64c6a
Commit
6cd64c6a
authored
Feb 28, 2019
by
artix
Browse files
Cluster Manager: change join issue message
parent
23ad3faa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
6cd64c6a
...
@@ -3437,11 +3437,11 @@ static void clusterManagerWaitForClusterJoin(void) {
...
@@ -3437,11 +3437,11 @@ static void clusterManagerWaitForClusterJoin(void) {
if
(
parseClusterNodeAddress
(
nodeaddr
,
&
node_ip
,
if
(
parseClusterNodeAddress
(
nodeaddr
,
&
node_ip
,
&
node_port
,
&
node_bus_port
)
&&
node_bus_port
)
{
&
node_port
,
&
node_bus_port
)
&&
node_bus_port
)
{
clusterManagerLogErr
(
" - The port %d of node %s may "
clusterManagerLogErr
(
" - The port %d of node %s may "
"be unreachable
by
:
\n
"
,
"be unreachable
from
:
\n
"
,
node_bus_port
,
node_ip
);
node_bus_port
,
node_ip
);
}
else
{
}
else
{
clusterManagerLogErr
(
" - Node %s may be unreachable "
clusterManagerLogErr
(
" - Node %s may be unreachable "
"
by
:
\n
"
,
nodeaddr
);
"
from
:
\n
"
,
nodeaddr
);
}
}
listIter
li
;
listIter
li
;
listNode
*
ln
;
listNode
*
ln
;
...
...
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