This is an automated email from the ASF dual-hosted git repository.
xyao 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)
add fe572e6 HDDS-2181. Ozone Manager should send correct ACL type in ACL
requests to Authorizer
add 436f493 Fix review comments
add a837ada Add delete acl to key rename request
add cfabf1a Merge remote-tracking branch 'upstream/trunk' into HDDS-2181
add 4fad1bd Merge remote-tracking branch 'upstream/trunk' into HDDS-2181
add ac66e63 Fix acceptance tests and native authorizer
add 8359a8a Fix review comments
add 5c5e887 Fix checkstyle issues
add d41b7b9 Fix integration test failures
add 00a1160 Fix unit test failures
add 251a4a7 Merge remote-tracking branch 'upstream/trunk' into HDDS-2181
add a1adf87 Merge remote-tracking branch 'upstream/trunk' into HDDS-2181
add f926998 Handle acl checks correctly in allocate block request
add 076d05c Fix unit test failures
add 90ca124 Fix review comments
add ac4990f Fix acceptance test failures
add 6828f2e Merge remote-tracking branch 'upstream/trunk' into HDDS-2181
add b141674 Fix review comments
add deb92ed Merge remote-tracking branch 'apache/master' into HDDS-2181
add 9612920 Remove OPEN_KEY resource type
new f6e3fb1 HDDS 2181. Ozone Manager should send correct ACL type in ACL
requests to Authorizer.
The 1 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:
...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 | 39 +++++++++--------
.../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 | 17 +++++---
.../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 | 50 +++++++++++++++++-----
.../ozone/om/request/key/TestOMKeyRequest.java | 1 +
18 files changed, 172 insertions(+), 55 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]