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
e47c751c
Commit
e47c751c
authored
May 16, 2018
by
artix
Browse files
Removed TODO in redis-cli
parent
1e4fb1b3
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
e47c751c
...
@@ -4522,7 +4522,6 @@ static int clusterManagerCommandDeleteNode(int argc, char **argv) {
...
@@ -4522,7 +4522,6 @@ static int clusterManagerCommandDeleteNode(int argc, char **argv) {
if
(
n
->
replicate
&&
!
strcasecmp
(
n
->
replicate
,
node_id
))
{
if
(
n
->
replicate
&&
!
strcasecmp
(
n
->
replicate
,
node_id
))
{
// Reconfigure the slave to replicate with some other node
// Reconfigure the slave to replicate with some other node
clusterManagerNode
*
master
=
clusterManagerNodeWithLeastReplicas
();
clusterManagerNode
*
master
=
clusterManagerNodeWithLeastReplicas
();
//TODO: check whether master could be the same as node
assert
(
master
!=
NULL
);
assert
(
master
!=
NULL
);
clusterManagerLogInfo
(
">>> %s:%d as replica of %s:%d
\n
"
,
clusterManagerLogInfo
(
">>> %s:%d as replica of %s:%d
\n
"
,
n
->
ip
,
n
->
port
,
master
->
ip
,
master
->
port
);
n
->
ip
,
n
->
port
,
master
->
ip
,
master
->
port
);
...
...
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