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: change set_error to set_errorv #412

Open wu-hanqing opened 1 year ago

wu-hanqing commented 1 year ago

this is part of https://github.com/baidu/braft/pull/270, and we also found this problem in our environment.

image
wu-hanqing commented 12 months ago

@PFZheng PTAL