Skip to content

braft v1.1.0

Compare
Choose a tag to compare
@PFZheng PFZheng released this 19 Feb 12:30
· 156 commits to master since this release
0a9ec3f

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.