Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All the docs are available in the doc section DOCS.

TODO: add it to the docs (ozone.apache.org/docs/)

3. design, attached the docs

All the design docs are also available in the doc section DOCS.

TODO: add it to the docs (ozone.apache.org/docs/)

4. s3 compatibility

There are no incompatibilities with respect to s3. S3 is not changed at all (except that the OmUtils rename affected it)

5. support of containers / kubernetes:

Tested in Kubernetes and everythign everything worked well. Example files are uploaded in the patch to:

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyHDDS-4950

...

9. third party dependencies/licence changes:

Checking the content of the two branches (find -type f | sort > ...  + diff) the only jar differences are due to a latest version bump:

...



Code Block
< ./share/ozone/lib/jackson-annotations-2.10.3.jar
< ./share/ozone/lib/jackson-core-2.10.3.jar
< ./share/ozone/lib/jackson-databind-2.10.3.jar
< ./share/ozone/lib/jackson-dataformat-cbor-2.10.3.jar
< ./share/ozone/lib/jackson-dataformat-xml-2.10.3.jar
< ./share/ozone/lib/jackson-datatype-jsr310-2.10.3.jar
< ./share/ozone/lib/jackson-module-jaxb-annotations-2.10.3.jar
---
> ./share/ozone/lib/jackson-annotations-2.12.1.jar
> ./share/ozone/lib/jackson-core-2.12.1.jar
> ./share/ozone/lib/jackson-databind-2.12.1.jar
> ./share/ozone/lib/jackson-dataformat-cbor-2.12.1.jar
> ./share/ozone/lib/jackson-dataformat-xml-2.12.1.jar
> ./share/ozone/lib/jackson-datatype-jsr310-2.12.1.jar
> ./share/ozone/lib/jackson-module-jaxb-annotations-2.12.1.jar

No new dependencies are added.None