Skip to content

v1.3.10

Compare
Choose a tag to compare
@fengjiachun fengjiachun released this 17 Mar 08:29
· 69 commits to master since this release
4739cbd

1.3.10

2022-03-31:此版本废弃,强烈建议升级到 1.3.10.bugfix, 修复了 truncatePrefix() 无法确保对应的 key 一定被删除从而无法快速释放磁盘空间的 bug #806

  • Features

    • 优化 read-index 读,增加 maxReadIndexLag 参数设置快速失败阈值 #738
    • LogEntry 增加切片读取 API #762
    • 在删除 rocksdb 大 range 数据时,优化空间回收速度 #768
    • 在节点过载时,将原有的快速失败策略修改为反压策略,依赖于这个特性的用户推荐升级 #764
  • Bug Fixes

    • 升级 Log4j 以解决安全漏洞
    • snapshot 文件使用 atomic move 避免文件重新命名是被损坏 #745 #604
    • 修复 Counter demo 不兼容 gRPC 的问题
    • 修复对 snapshot 并行压缩/解压的配置项错误
    • 修复在某种竞争条件下 Replicator 可能停止发送心跳的 bug #783
  • Breaking Changes

  • 致谢(排名不分先后)
    @farawayliu @horizonzy @yuyang0423 @googlespot @MartianQiu @OneSizeFitsQuorum