Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@JackyWoo JackyWoo released this 02 Mar 02:49
· 917 commits to master since this release
c4154d0

RaftKeeper v2.0.0 is a main version which contains a lot of features.

What's Changed

Feature

  1. Support connection reconnect to server within session timeout.
  2. NIO network framework which can support hundreds of thousands of connections.
  3. New Snapshot & Log storage format who contains more meta datas.
  4. New fsync mode FSYNC_PARALLEL in which leader can write log asynchronously, but aolso keep data safety.
  5. New pipeline framework who exreamelly improve throughput.
  6. Persistency improvement : requests response return in order in one session.

Full Changelog: https://github.com/JDRaftKeeper/RaftKeeper/commits/v2.0.0