This is an automated email from the ASF dual-hosted git repository. aengineer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git.
from 546e36b HDDS-2305. Update Ozone to latest ratis snapshot(0.5.0-3f446aa-SNAPSHOT). Contributed by Mukul Kumar Singh. (#26) new 616d7a4 HDDS-2295. Display log of freon on the standard output new b4a1afd HDDS 2181. Ozone Manager should send correct ACL type in ACL requests to Authorizer Contributed by Vivek Ratnavel Subramanian. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: hadoop-ozone/common/src/main/bin/ozone | 2 +- ...OzoneManagerProtocolClientSideTranslatorPB.java | 2 +- .../ozone/security/acl/IAccessAuthorizer.java | 2 +- .../org/apache/hadoop/ozone/om/TestOmAcls.java | 6 ++-- .../security/acl/TestOzoneNativeAuthorizer.java | 23 +++++++++++-- .../org/apache/hadoop/ozone/om/KeyManagerImpl.java | 12 +++++-- .../org/apache/hadoop/ozone/om/OzoneManager.java | 10 ++++++ .../om/request/bucket/OMBucketCreateRequest.java | 2 +- .../om/request/bucket/OMBucketDeleteRequest.java | 2 +- .../om/request/file/OMDirectoryCreateRequest.java | 5 ++- .../ozone/om/request/file/OMFileCreateRequest.java | 5 ++- .../om/request/key/OMAllocateBlockRequest.java | 4 ++- .../ozone/om/request/key/OMKeyCommitRequest.java | 14 ++++++-- .../ozone/om/request/key/OMKeyCreateRequest.java | 5 ++- .../ozone/om/request/key/OMKeyDeleteRequest.java | 5 ++- .../ozone/om/request/key/OMKeyRenameRequest.java | 10 ++++-- .../hadoop/ozone/om/request/key/OMKeyRequest.java | 39 +++++++++++++++++++--- .../ozone/security/acl/OzoneNativeAuthorizer.java | 3 ++ .../ozone/om/request/key/TestOMKeyRequest.java | 1 + 19 files changed, 124 insertions(+), 28 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-commits-h...@hadoop.apache.org