对于Redis (3天,ha)来说,这是很新的,但是在gereral中都很好,但是却有了这个错误。
_._
_.-``__ ''-._
_.-`` `. `_. ''-._ Redis 5.0.7 (00000000/0) 64 bit
.-`` .-```. ```\/ _.,_ ''-._
( ' , .-` | `, ) Running in standalone mode
|`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
| `-._ `._ / _.-' | PID: 53149
`-._ `-._ `-./ _.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' | http://redis.io
`-._ `-._`-.__.-'_.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' |
`-._ `-._`-.__.-'_.-' _.-'
`-._ `-.__.-' _.-'
`-._ _.-'
`-.__.-'
53149:M 18 Jan 2020 21:02:34.415 # Server initialized
53149:M 18 Jan 2020 21:02:34.426 * Module 'timeseries' loaded from /Users/ash/RedisTimeSeries/bin/macosx-x64-release/redistimeseries.so
53149:M 18 Jan 2020 21:02:35.238 * DB loaded from disk: 0.812 seconds
53149:M 18 Jan 2020 21:02:35.238 * Ready to accept connections
53149:M 18 Jan 2020 21:11:40.475 * Background saving started by pid 53691
Assertion failed: (leading + blocksize <= BINW), function readV, file gorilla.c, line 432.
53149:M 18 Jan 2020 21:11:40.630 # Background saving terminated by signal 6我已经将rdb文件的位置更改为一个可写的位置,这与我以前在Stackoverflow上读到的问题的答案一样。
实际上,我的脚本成功地执行了BGSAVE,重复了一段时间,然后在某个时候开始抛出上面的错误。
我重新启动了服务器,只是为了“查看”,因此上面的代码片段没有显示成功的尝试。但是您可以看到DB loaded from disk是这方面的一个指标。
对此有任何直接的帮助,或进一步阅读与此相关的有帮助的主题,将不胜感激。
谢谢你
https://stackoverflow.com/questions/59805009
复制相似问题