You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ca...@apache.org on 2020/12/15 07:06:45 UTC

[ozone] branch master updated (dfd2aaf -> 329bcc4)

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

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


    from dfd2aaf  HDDS-4576. TestDefaultCertificateClient misuses chars param of random() (#1684)
     add 329bcc4  HDDS-4582 Update `quota in counts` to `quota in namespace` (#1696)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hdds/client/OzoneQuota.java  | 26 ++++++-------
 .../java/org/apache/hadoop/ozone/OzoneConsts.java  |  2 +-
 .../apache/hadoop/hdds/server/TestJsonUtils.java   |  2 +-
 .../org/apache/hadoop/ozone/client/BucketArgs.java | 22 +++++------
 .../apache/hadoop/ozone/client/OzoneBucket.java    | 22 +++++------
 .../apache/hadoop/ozone/client/OzoneVolume.java    | 43 +++++++++++-----------
 .../org/apache/hadoop/ozone/client/VolumeArgs.java | 22 +++++------
 .../ozone/client/protocol/ClientProtocol.java      | 12 +++---
 .../apache/hadoop/ozone/client/rpc/RpcClient.java  | 34 ++++++++---------
 .../hadoop/ozone/om/helpers/OmBucketArgs.java      | 28 +++++++-------
 .../hadoop/ozone/om/helpers/OmBucketInfo.java      | 32 ++++++++--------
 .../hadoop/ozone/om/helpers/OmVolumeArgs.java      | 36 +++++++++---------
 .../ozone/om/protocol/OzoneManagerProtocol.java    |  4 +-
 ...OzoneManagerProtocolClientSideTranslatorPB.java |  6 +--
 .../src/main/smoketest/basic/ozone-shell-lib.robot | 32 ++++++++--------
 .../dist/src/main/smoketest/createbucketenv.robot  |  2 +-
 .../dist/src/main/smoketest/createmrenv.robot      |  2 +-
 .../src/main/smoketest/debug/ozone-debug.robot     |  2 +-
 .../dist/src/main/smoketest/gdpr/gdpr.robot        |  2 +-
 .../hadoop/fs/ozone/TestRootedOzoneFileSystem.java |  4 +-
 .../client/rpc/TestOzoneRpcClientAbstract.java     | 22 ++++++-----
 .../src/main/proto/OmClientProtocol.proto          |  8 ++--
 .../org/apache/hadoop/ozone/om/OzoneManager.java   |  4 +-
 .../om/request/bucket/OMBucketCreateRequest.java   |  4 +-
 .../request/bucket/OMBucketSetPropertyRequest.java | 17 +++++----
 .../om/request/volume/OMVolumeSetQuotaRequest.java | 14 ++++---
 .../ozone/om/request/TestOMRequestUtils.java       | 12 +++---
 .../bucket/TestOMBucketSetPropertyRequest.java     |  2 +-
 .../volume/TestOMVolumeSetQuotaRequest.java        | 20 +++++-----
 .../hadoop/ozone/client/ObjectStoreStub.java       |  2 +-
 .../hadoop/ozone/client/OzoneVolumeStub.java       |  5 ++-
 .../hadoop/ozone/shell/ClearSpaceQuotaOptions.java |  2 +-
 .../hadoop/ozone/shell/SetSpaceQuotaOptions.java   |  8 ++--
 .../ozone/shell/bucket/CreateBucketHandler.java    |  4 +-
 .../hadoop/ozone/shell/bucket/SetQuotaHandler.java |  8 ++--
 .../ozone/shell/volume/CreateVolumeHandler.java    |  4 +-
 .../hadoop/ozone/shell/volume/SetQuotaHandler.java |  8 ++--
 37 files changed, 244 insertions(+), 235 deletions(-)


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