devabhishekpal opened a new pull request, #1320:
URL: https://github.com/apache/ratis/pull/1320

   ## What changes were proposed in this pull request?
   Snapshot is not an atomic operation and in some cases there might be 
corrupted snapshots.
   Every snapshot has an associated MD5 file with it, if this file is missing 
we can skip the snapshot.
   
   This PR adds the check for the existence of MD5 file and skips any snapshot 
which doesn't have it.
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/RATIS-244
   
   ## How was this patch tested?
   Patch was tested manually by running the 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]

Reply via email to