microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.78k stars 5.37k forks source link

Server crashed after saving to redis #626

Open dannisliang opened 4 years ago

dannisliang commented 4 years ago

[2264] 05 Aug 23:40:46.359 DB saved on disk [2264] 05 Aug 23:40:46.437 Background saving terminated with success [2264] 05 Aug 23:40:46.437 cowBkgdSaveReset deleting 135 SDS and 5655 obj items [2264] 05 Aug 23:41:08.015 10000 changes in 6 seconds. Saving... [2264] 05 Aug 23:41:08.015 cowBkgdSaveReset deleting 0 SDS and 0 obj items [2264] 05 Aug 23:41:08.140 elapsed COW DB expires time 31250 [2264] 05 Aug 23:41:08.328 #

=== REDIS BUG REPORT START: Cut & paste starting from here === [2264] 05 Aug 23:41:08.328 # === ASSERTION FAILED OBJECT CONTEXT === [2264] 05 Aug 23:41:08.328 # Object type: 8 [2264] 05 Aug 23:41:08.328 # Object encoding: 4 [2264] 05 Aug 23:41:08.328 # Object refcount: 0 [2264] 05 Aug 23:41:08.328 # === ASSERTION FAILED === [2264] 05 Aug 23:41:08.328 # ==> ..\src\rdb.c:330 'obj->encoding == REDIS_ENCODINGRAW' is not true .
.-__ ''-._ _.- .. ''-. Redis 2.6.12 (00000000/0) 64 bit .-.-```. ```\/ _.,_ ''-._ ( ' , .-` | `, ) Running in stand alone mode |`-._`-...-` __...-.-.|'` .-'| Port: 6380 | -._. / .-' | PID: 836 -._-. `-./ .-' .-'
|`-.
-._-..-' .-'.-'|
| -._-. .-'.-' | http://redis.io
`-.
-._-.
.-'.-' .-'
|-._-._ -.__.-' _.-'_.-'| |-.`-. .-'.-' |
-._-._-.__.-'_.-' _.-' -._ -.__.-' _.-' -. .-'
`-.__.-'

[836] 05 Aug 23:41:10.281 # Server started, Redis version 2.6.12

enricogior commented 4 years ago

Hi @dannisliang as mentioned in the official https://github.com/microsoftarchive/redis/blob/3.0/README.md this project is no longer being actively maintained. If you are looking for an up-to-date alternative, you may want to check out Memurai.