SzyWilliam opened a new pull request, #688: URL: https://github.com/apache/ratis/pull/688
## What changes were proposed in this pull request? Add a conf param to control how many recent logs to preserve when purging log. This param can help application to balance the cost of transferring lagging logs and the cost of transferring a snapshot. By default it is set to 0, so it won't affect current running applications. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-1626 ## How was this patch tested? It passes all existing unit tests. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
