You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ra...@apache.org on 2021/12/01 10:11:41 UTC

[ozone] branch master updated (090672d -> b69a3d1)

This is an automated email from the ASF dual-hosted git repository.

rakeshr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git.


    from 090672d  HDDS-6055. Refactor isFileSystemOptimized usage in OzoneManagerUtils (#2877)
     add b69a3d1  HDDS-5959. Handles bucket layout validation logic in ofs/o3fs client. (#2837)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/ozone/om/helpers/OzoneFSUtils.java      |  17 ++
 .../dist/src/main/compose/ozone-mr/common-config   |   1 -
 .../src/main/compose/ozonesecure/docker-config     |   1 -
 .../dist/src/main/compose/xcompat/docker-config    |   1 +
 .../dist/src/main/smoketest/createmrenv.robot      |   2 +-
 .../dist/src/main/smoketest/ozonefs/setup.robot    |  12 +-
 .../main/smoketest/security/ozone-secure-fs.robot  |  10 +-
 .../hadoop/fs/ozone/TestOzoneFSInputStream.java    |   4 +
 .../hadoop/fs/ozone/TestOzoneFileInterfaces.java   |  45 ++++
 .../hadoop/fs/ozone/TestOzoneFileSystem.java       |   7 +-
 .../fs/ozone/TestOzoneFileSystemMissingParent.java |   2 +
 .../fs/ozone/TestOzoneFileSystemWithLinks.java     | 248 +++++++++++++++++++++
 .../apache/hadoop/fs/ozone/TestOzoneFsHAURLs.java  |   5 +
 .../hadoop/fs/ozone/contract/OzoneContract.java    |   3 +
 .../ozone/freon/TestHadoopDirTreeGenerator.java    |   5 +-
 .../ozone/freon/TestHadoopNestedDirGenerator.java  |   3 +
 .../apache/hadoop/ozone/om/TestObjectStore.java    |   2 +
 .../fs/ozone/BasicOzoneClientAdapterImpl.java      |  11 +
 .../ozone/BasicRootedOzoneClientAdapterImpl.java   |   9 +
 .../apache/hadoop/fs/ozone/OzoneClientUtils.java   |  67 ++++++
 20 files changed, 436 insertions(+), 19 deletions(-)
 create mode 100644 hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestOzoneFileSystemWithLinks.java
 create mode 100644 hadoop-ozone/ozonefs-common/src/main/java/org/apache/hadoop/fs/ozone/OzoneClientUtils.java

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org