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 2022/04/05 15:34:43 UTC

[ozone] branch master updated (c23aae0d93 -> 68270e46bf)

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 c23aae0d93 HDDS-6435. Add read lock waiting and held time metrics (#3180)
     add 68270e46bf HDDS-6414. Ozone doesn’t reclaim space after deletion of volume via ofs (#3175)

No new revisions were added by this update.

Summary of changes:
 .../dist/src/main/compose/xcompat/docker-config    |   3 +-
 .../hadoop/fs/ozone/TestRootedOzoneFileSystem.java |  22 +--
 .../fs/ozone/TestRootedOzoneFileSystemWithFSO.java |  68 ++++++---
 .../rooted/ITestRootedOzoneContractRootDir.java    |  16 ---
 .../ozone/om/request/OMKeyRequestFactory.java      |   4 +-
 .../om/request/bucket/OMBucketCreateRequest.java   |   6 +-
 .../ozone/om/request/key/OMKeysDeleteRequest.java  | 152 +++++++++++++++------
 .../om/request/key/OmKeysDeleteRequestWithFSO.java | 141 +++++++++++++++++++
 .../om/response/key/OMKeysDeleteResponse.java      |   8 ++
 ...thFSO.java => OMKeysDeleteResponseWithFSO.java} |  75 ++++------
 .../om/request/key/TestOMKeysDeleteRequest.java    |  36 ++++-
 .../key/TestOMKeysDeleteRequestWithFSO.java        | 104 ++++++++++++++
 .../fs/ozone/BasicRootedOzoneFileSystem.java       | 133 ++++++++++++++++--
 13 files changed, 597 insertions(+), 171 deletions(-)
 create mode 100644 hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OmKeysDeleteRequestWithFSO.java
 copy hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/response/key/{OMKeyDeleteResponseWithFSO.java => OMKeysDeleteResponseWithFSO.java} (55%)
 create mode 100644 hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/request/key/TestOMKeysDeleteRequestWithFSO.java


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