guihecheng opened a new pull request #479: URL: https://github.com/apache/ratis/pull/479
## What changes were proposed in this pull request? Introduce a '.storage.space.reserved' for storage dir, it is used to prevent RaftServer from failing to take a final snapshot when raftgroups are removed. This threshold is only saved for final snapshots and should not be very large (e.g. 100MB), and it is not for ratis log disks to be shared with other services, so maybe a simple global config is enough. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-1377 ## How was this patch tested? a new ut. -- 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]
