mirror of
https://github.com/fluencelabs/redis
synced 2025-06-26 07:21:35 +00:00
Rio: remember read/write error conditions.
This commit is contained in:
@ -2168,7 +2168,6 @@ int rdbLoadRio(rio *rdb, rdbSaveInfo *rsi, int loading_aof) {
|
||||
eoferr: /* unexpected end of file is handled here with a fatal exit */
|
||||
serverLog(LL_WARNING,"Short read or OOM loading DB. Unrecoverable error, aborting now.");
|
||||
rdbReportReadError("Unexpected EOF reading RDB file");
|
||||
err:
|
||||
return C_ERR;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user