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

fix the bug that causes the crash due to the wrong format of the PeerID #470

Open LIBA-S opened 3 months ago

LIBA-S commented 3 months ago

处理cli_service请求时,修复因为错误传输PeerID格式,而导致节点crash的问题。