Skip to content

Releases: baidu/braft

braft v1.1.2

27 Apr 02:36
d12de38
Compare
Choose a tag to compare

Some new features and fixes:

  • Make the process of install snapshot strictly sequential. Additionally, add BufferedSequentialReadFileAdaptor and BufferedSequentialWriteFileAdaptor for users to implement byte stream snapshot more easily.
  • Store high-frenquency status of Replicator in a sperated structure, to reduce the lock contention with |_send_entries|.
  • Fix some cases that leader lease rejects vote or transfer leader.
  • Some other bugfix.

braft v1.1.1

29 May 01:55
fb27e63
Compare
Choose a tag to compare

fix the compile problem of v1.1.0 with gflag

braft v1.1.0

19 Feb 12:30
0a9ec3f
Compare
Choose a tag to compare

Some new features and fixes:

  • Leader lease to detect if a leader is valid or not.
  • LevelDB based meta storage, to merge random IOs caused by small votefor files.
  • IO metrics and logs for tracing slow raft AppendEntries requests.
  • Fixes for truncate suffix and snapshot load corner cases.

v1.0.2

18 Dec 13:54
d0277bf
Compare
Choose a tag to compare

fix some typo and brazel compile problem.

v1.0.1 bugfix

26 Apr 15:41
243f90e
Compare
Choose a tag to compare

2019-04-26

  • Bug Fixes:
    • Fix the compatibility problem with glog and gflags.

v1.0.0

26 Apr 05:30
8348a50
Compare
Choose a tag to compare

first release version.