Skip to content

v1.2.4

Compare
Choose a tag to compare
@fengjiachun fengjiachun released this 20 Mar 08:26
· 320 commits to develop since this release

1.2.4

2019-03-20

  • Bug Fixes

    • 修复一种情况下 lease read 的 stale read #34
    • 部分 timestamp 修改为 monotonic time #24
    • 修复一种情况下 replicator 被 block 住的问题 #19
    • 解决 windows 平台下某些单测无法创建目录 #51
    • 解决 windows 平台下某些 rocksdb options 设置不当导致进程 crash #22
  • Features

    • 开放 RocksDB options 的设置给用户层 #20
    • Pre-vote 优化,启用 lease 机制来规避网络分区+集群长时间无写入的情况下,游离节点回归后打断当前 term,提升系统可用性 #15
    • 升级 bolt 到 1.5.3 #10
    • BallotBox 中的 ReadWriteLock 优化为 StampedLock 并对 lastCommittedIndex 提供乐观读实现 #3
    • 修正几个单词拼写错误
  • Breaking Changes

  • 致谢(排名不分先后)
    @pifuant @huangyunbin @shiftyman @slievrly