This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
from 4dd44a4127 HDDS-8950. NPE in
SCMCommonPlacementPolicy#validateContainerPlacement (#4999)
add 43f7575775 HDDS-7319. To support s3g usernames with Fair Call Queue
from hadoop-commons (#4116)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/hadoop/ozone/OzoneConsts.java | 1 +
hadoop-hdds/docs/content/feature/FairCallQueue.md | 81 ++++++++++++
.../ozone/om/helpers/OzoneIdentityProvider.java | 76 +++++++++++
...OzoneManagerProtocolClientSideTranslatorPB.java | 11 ++
.../om/helpers/TestOzoneIdentityProvider.java | 145 +++++++++++++++++++++
.../legacy-bucket.yaml => ozonesecure/fcq.yaml} | 19 +--
.../ozonesecure/{test-vault.sh => test-fcq.sh} | 4 +-
.../dist/src/main/smoketest/fcq/s3_om_fcq.robot | 84 ++++++++++++
...OzoneManagerProtocolServerSideTranslatorPB.java | 2 +-
9 files changed, 408 insertions(+), 15 deletions(-)
create mode 100644 hadoop-hdds/docs/content/feature/FairCallQueue.md
create mode 100644
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OzoneIdentityProvider.java
create mode 100644
hadoop-ozone/common/src/test/java/org/apache/hadoop/ozone/om/helpers/TestOzoneIdentityProvider.java
copy hadoop-ozone/dist/src/main/compose/{ozone/legacy-bucket.yaml =>
ozonesecure/fcq.yaml} (69%)
copy hadoop-ozone/dist/src/main/compose/ozonesecure/{test-vault.sh =>
test-fcq.sh} (92%)
mode change 100755 => 100644
create mode 100644 hadoop-ozone/dist/src/main/smoketest/fcq/s3_om_fcq.robot
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]