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

Potential memory leak? #454

Closed walterzhaoJR closed 2 weeks ago

walterzhaoJR commented 1 month ago
image

The return here does not reduce the log_entry count.