baidu / braft

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

Add a new configuration |raft_fsm_caller_commit_batch|, which controls the batch size for FSMCaller to increase |known_applied_index|. #278

Closed PFZheng closed 3 years ago

PFZheng commented 3 years ago

Fix the issue https://github.com/baidu/braft/issues/277