REDIS BGSAVE 断言失败,由信号 6 终止。(macos / python)

REDIS BGSAVE Assertion failed, terminated by signal 6. (macos / python)

Redis 的新手(3 天,哈哈)在一般情况下一切正常,但出现此错误。

              _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           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

我已经根据我在 Whosebug 上阅读的先前问题的答案将 rdb 文件的位置更改为可写位置。

事实上,我的脚本成功执行了 BGSAVE ,重复执行了一段时间,然后在某个时间点开始抛出上述错误。

我重新启动了服务器,只是为了 'see',因此上面的代码片段没有显示成功的尝试。但是你可以看到 DB loaded from disk 作为一个指标。

任何直接的帮助,或进一步阅读与此相关的有用主题,我们将不胜感激。

谢谢

这是一个错误。 Two issues 过去几天开放。

A PR was published即将合并

感谢您的意见。