-
Notifications
You must be signed in to change notification settings - Fork 106
Check RDB serialization #302
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hi I think I have experienced this today. Things where working ok and then my server rebooted and now I can't load the dump.rdb..... 1178:M 12 Apr 2020 12:15:35.049 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 1178:M 12 Apr 2020 12:16:02.779 # The RDB file contains module data for the module type 'AI__MODEL', that the responsible module is not able to load. Check for modules log above for additional clues. |
@irthomasthomas thank you for reporting this issue. If you can't share the RDB (which is understandable), a few pieces of information would be useful:
Thanks |
Hi, I don't mind sharing the db, it's only scraped data from instagram.
https://github.com/irthomasthomas/ecsta.tk/blob/master/dump.rdb
Running on CPU.
No changes.
The config is all default.
Cheers
…On Sun, 12 Apr 2020 at 20:28, Luca Antiga ***@***.***> wrote:
@irthomasthomas <https://github.com/irthomasthomas> thank you for
reporting this issue.
If you can't share the RDB (which is understandable), a few pieces of
information would be useful:
- are you running on CPU? (from the logs it looks like it)
- I'm assuming you didn't do any rebuild or upgrades in the reboot,
right?
- how is your RDB save configured? (how often)
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#302 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE476NFXTRJKZRHIVVO3K2DRMII4BANCNFSM4LCTYP4A>
.
|
@lantiga |
@irthomasthomas I don't seem to have access to that repo |
@lantiga Sorry I forgot to make it public. Try now. |
@lantiga I don't think the dump.rdb is corrupted. I switched back to redisAI 0.4.0 and it works again. |
Got it. I'll take a look in a few hours. Thanks! |
Hi @irthomasthomas, sadly it took longer. Do you remember the name of the key for the model? |
@lantiga No worries it's auction:model |
Hi @lantiga I don't know if this is related but now I keep having to restore the rdb from backup or I get this error: redis-server: src/streams_reader.c:375: StreamReader_ReadRecords: Assertion `RedisModule_CallReplyType(values) == REDISMODULE_REPLY_ARRAY' failed. |
There have been reports of
dump.rdb
being corrupted. To the best of my knowledge this happened on PyTorch models running on GPU, but I don't have a direct repro. Reports talk of this happening after Redis is terminated abruptly, although this clashes with what happens during RDB dump (writing to tmp file and then renaming).This will need to be verified and eventually fixed for GA.
The text was updated successfully, but these errors were encountered: