mirror of
https://github.com/fluencelabs/redis
synced 2025-04-26 11:02:13 +00:00
parent
10dbb5cd33
commit
b83f9fea81
@ -1295,6 +1295,7 @@ int rewriteAppendOnlyFileBackground(void) {
|
|||||||
serverLog(LL_WARNING,
|
serverLog(LL_WARNING,
|
||||||
"Can't rewrite append only file in background: fork: %s",
|
"Can't rewrite append only file in background: fork: %s",
|
||||||
strerror(errno));
|
strerror(errno));
|
||||||
|
aofClosePipes();
|
||||||
return C_ERR;
|
return C_ERR;
|
||||||
}
|
}
|
||||||
serverLog(LL_NOTICE,
|
serverLog(LL_NOTICE,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user