peterxcli commented on PR #1569:
URL: https://github.com/apache/ratis/pull/1569#issuecomment-5456695826

   > Consider a a corruption case:
   > 
   > * numSnapshotsRetained = 3
   > * Snapshots:
   > 
   > ```
   > snapshot.1_23
   > snapshot.1_22
   > snapshot.1_21
   > snapshot.1_20
   > snapshot.1_20.md5
   > ```
   
   out of curiosity, which scenario would make this happen? I would expect all 
of files that have md5 would has greater index than those doesnt because we 
snapshot order must be linear so files that produced with newer version must 
newer than older ones


-- 
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