An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
Apache License 2.0
3.99k
stars
886
forks
source link
sync log immediately when there is configuration #437
在批量刷sync log的情况下,对于entry是configuration,应该保证同步sync,防止因为configuration丢失出现一些不可预料的错误