GeorgeJahad opened a new pull request, #3652: URL: https://github.com/apache/ozone/pull/3652
## What changes were proposed in this pull request? Added the create snapshot api. It follows the standard ozone ratis request/response model. In addition to saving the metadata for the snapshot to the SnapshotInfoTable, it also creates the checkpoint that corresponds to the snapshot. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6853 ## How was this patch tested? Unit tests here: hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/response/snapshot/TestOMSnapshotCreateResponse.java hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/request/snapshot/TestOMSnapshotCreateRequest.java hadoop-ozone/common/src/test/java/org/apache/hadoop/ozone/om/helpers/TestOmSnapshotInfo.java -- 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]
