jojochuang commented on code in PR #9131: URL: https://github.com/apache/ozone/pull/9131#discussion_r2427392662
########## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OMDBCheckpointServletInodeBasedXfer.java: ########## Review Comment: what if a snapshot is purged later during transferSnapshotData()? looks like if a snapshot directory is deleted it will simply ignored. So it looks to be it's okay if a snapshot is purged. But what if a new snapshot is created during bootstrap? Would it be missed? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
