runzhiwang opened a new pull request #90: URL: https://github.com/apache/incubator-ratis/pull/90
**What's the problem ?** As the image shows, there are 2066 instances of RaftServerImpl, most of them are Closed, and should be GC, but actually not.  **What's the reason ?** You can find from the image 2040 RaftServerImpl were held by RaftServerMetrics::metricsMap which is a staic map  ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
