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.84k stars 862 forks source link

死锁问题 #431

Open mengqingzhong opened 6 months ago

mengqingzhong commented 6 months ago

提了一个patch,在https://github.com/baidu/braft/pull/430 感觉这里忘了放锁。

image