Lokesh Jain created RATIS-687: --------------------------------- Summary: RaftServerImpl is not shutdown when transitioning from NEW to CLOSED state Key: RATIS-687 URL: https://issues.apache.org/jira/browse/RATIS-687 Project: Ratis Issue Type: Bug Reporter: Lokesh Jain Assignee: Lokesh Jain
LifeCycle#checkStateAndClose does not run closeMethod when there is a transition from NEW to CLOSED state. In case of RaftServerImpl this leads to leak of resources as the SegmentedRaftLogWorker#workerThread is never closed. -- This message was sent by Atlassian Jira (v8.3.4#803005)