Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ The plan is to run repeated CI checks on the merge commit to master.

## 2. Documentation

[User Documentation](https://github.com/apache/ozone/blob/HDDS-8342/hadoop-hdds/docs/content/feature/Lifecycle.md) or S3 Lifecycle Configuration - Object Expiration has been added.
[User Documentation](https://ozone.apache.org/docs/next/administrator-guide/operations/object-lifecycle) for S3 Lifecycle Configuration - Object Expiration has been added.

## 3. Design, attached the docs

Design document can be found here : [S3 Lifecycle Configuration - Object Expiration Design Doc](https://github.com/apache/ozone/blob/HDDS-8342/hadoop-hdds/docs/content/design/s3-object-lifecycle-management.md).
Design document can be found here : [S3 Lifecycle Configuration - Object Expiration Design Doc](https://github.com/apache/ozone/blob/master/hadoop-hdds/docs/content/design/s3-object-lifecycle-management.md).

## 4. S3 compatibility

N/A, only the object expiration action of S3 Lifecycle configuration is supported.

## 5. Docker-compose / Acceptance tests

New robot test [`om-lifecycle.robot`](https://github.com/apache/ozone/blob/HDDS-8342/hadoop-ozone/dist/src/main/smoketest/lifecycle/om-lifecycle.robot) and [`bucketlifecycle.robot`](https://github.com/apache/ozone/blob/HDDS-8342/hadoop-ozone/dist/src/main/smoketest/s3/bucketlifecycle.robot) are being added.
New robot test [`om-lifecycle.robot`](https://github.com/apache/ozone/blob/master/hadoop-ozone/dist/src/main/smoketest/lifecycle/om-lifecycle.robot) and [`bucketlifecycle.robot`](https://github.com/apache/ozone/blob/master/hadoop-ozone/dist/src/main/smoketest/s3/bucketlifecycle.robot) are being added.

Comprehensive tests with fault injection were added. The major one is [TestKeyLifecycleService](https://github.com/apache/ozone/blob/HDDS-8342/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/service/TestKeyLifecycleService.java).

Expand Down
Loading