RaftKeeper
RaftKeeper copied to clipboard
Memory does not reduce after too many write request and creating snapshot.
RaftKeeper version
v2.1.0
Description
Memory does not reduce after too many write request and creating snapshot.
How to reproduce
- Send 10m create request and delete them
- you will see the memory usage is high
- create snapshot by
echo csnp | nc your_node
- you will see the memory usage not reduce
- When you restart the node, memory usage will reduce