Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
ec1ab0f1
"vscode:/vscode.git/clone" did not exist on "c8f0690255a0f25f27dc3573bfe7a348b85ac108"
Commit
ec1ab0f1
authored
Nov 11, 2014
by
antirez
Browse files
Disconnect timedout slave: regression introduced with diskless repl.
parent
eb67ca0f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/replication.c
View file @
ec1ab0f1
...
@@ -1839,6 +1839,7 @@ void replicationCron(void) {
...
@@ -1839,6 +1839,7 @@ void replicationCron(void) {
{
{
redisLog(REDIS_WARNING, "Disconnecting timedout slave: %s",
redisLog(REDIS_WARNING, "Disconnecting timedout slave: %s",
replicationGetSlaveName(slave));
replicationGetSlaveName(slave));
freeClient(slave);
}
}
}
}
}
}
...
...
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