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.86k stars 865 forks source link

Fix action fail problem #388

Closed nmreadelf closed 1 year ago

nmreadelf commented 1 year ago

Fix action fail problem, upgrade brpc version from 1.0.0-rc02 to 1.10 by the way, can you take a look at my another PR? https://github.com/baidu/braft/pull/385