Skip to content

Releases: MeninaChimp/raftdb

version 1.2.7

17 Jul 14:56
Compare
Choose a tag to compare

1.Relax the install snapshot limit from commit index to apply index
2.Process COMBINATION storage accidental fetch duplicate entry

version 1.2.5

11 Jul 16:04
Compare
Choose a tag to compare

1.process GroupCommitEventLoop lost signal when error occur
2.improve message body size limit and reserve log entry capacity
3.update default max message size limit to 4M
4.improve the prompt informatio

version 1.2.4

06 Jul 15:02
Compare
Choose a tag to compare

Stable version implementation, support for snapshots, log compression, leader elections, data validation;

version 1.1.1

27 May 16:51
7a42582
Compare
Choose a tag to compare

1.逻辑时钟
2.事件驱动 + EventLoop
3.单线程状态机
4.组提交
5.全异步(客户端异步 + 服务端异步)
6.WAL(Append-Only + Sequential Write)
7.Storage支持Memory和Disk