smengcl commented on code in PR #463: URL: https://github.com/apache/ozone-site/pull/463#discussion_r3555038744
########## docs/08-developer-guide/04-project/01-git/03-feature-branches/03-merged-branches/11-hdds-6517-snapshots.md: ########## @@ -0,0 +1,59 @@ +# HDDS-6517: Snapshots + +01 Feb 2023 Snapshot feature branch `HDDS-6517-Snapshot` has been merged to master. All future snapshot development work should continue on the master branch. + +Snapshot feature umbrella Jira: [HDDS-6517](https://issues.apache.org/jira/browse/HDDS-6517) + +## 1. builds/intermittent test failures + +No additional flaky tests have been introduced by the feature branch. + +## 2. documentation + +Documentation for this feature is tracked through [HDDS-7745](https://issues.apache.org/jira/browse/HDDS-7745) . + +## 3. design, attached the docs + +The design docs can be found under the Attachments section in the umbrella Jira: [HDDS-6517](https://issues.apache.org/jira/browse/HDDS-6517) + +## 4. Compatibility + +The feature doesn't break compatibility for any of the existing features. + +## 5. Docker-compose / acceptance tests + +We have some basic Snapshot acceptance tests. This will remain an ongoing activity throughout Snapshot development and is tracked through [HDDS-7768](https://issues.apache.org/jira/browse/HDDS-7768) . + +## 6. support of containers / Kubernetes + +No addition so far. This should not be a merge blocker. + +## 7. coverage/code quality + +[Current feature branch coverage](https://sonarcloud.io/summary/new_code?id=hadoop-ozone&branch=HDDS-6517-Snapshot) + +## 8. build time + +No significant build time difference has been observed. + +master branch succeeded yesterday in 13m 30s: + +Feature branch succeeded in 15m 31s: Review Comment: Lost links here as well: https://cwiki.apache.org/confluence/spaces/OZONE/pages/240880760/Ozone+Snapshots+HDDS-6517 ```suggestion master branch succeeded yesterday in 13m 30s: https://github.com/apache/ozone/actions/runs/3877624995/jobs/6612858610 Feature branch succeeded in 15m 31s: https://github.com/apache/ozone/actions/runs/3876977121/jobs/6611455939 ``` -- 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]
