This is an automated email from the ASF dual-hosted git repository.
nanda pushed a change to branch HDDS-2823
in repository https://gitbox.apache.org/repos/asf/ozone.git.
discard c75d5b3 Merge branch 'master' into HDDS-2823
omit 13e02bc HDDS-4637. Improve the log infomation when CSM take snapshot
(#1749)
omit 29335c5 HDDS-4644. Block token verification failed: no READ
permission for WriteChunk (#1758)
omit 888d555 HDDS-4640. Intermittent failure in MapReduce test due to
existing output file (#1753)
omit c3f6b4b HDDS-4558. Support Ozone block token with access mode check.
(#1672)
omit d044afb HDDS-4507. Add SCM CA CLI to query certificate. (#1662)
new b0d79e7 Merge branch 'master' into HDDS-2823
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c75d5b3)
\
N -- N -- N refs/heads/HDDS-2823 (b0d79e7)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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:
.../server/ratis/ContainerStateMachine.java | 4 +-
.../hadoop/hdds/protocol/SCMSecurityProtocol.java | 15 ---
.../SCMSecurityProtocolClientSideTranslatorPB.java | 27 ------
.../hdds/security/token/BlockTokenVerifier.java | 31 +------
.../certificate/authority/CertificateServer.java | 12 ---
.../certificate/authority/CertificateStore.java | 16 ----
.../certificate/authority/DefaultCAServer.java | 19 ----
.../x509/certificate/authority/MockCAStore.java | 11 ---
.../src/main/proto/ScmServerSecurityProtocol.proto | 26 ------
.../hadoop/hdds/scm/ha/SCMHAManagerImpl.java | 1 +
.../SCMSecurityProtocolServerSideTranslatorPB.java | 25 -----
.../hadoop/hdds/scm/server/SCMCertStore.java | 42 ---------
.../hdds/scm/server/SCMSecurityProtocolServer.java | 32 +------
.../org/apache/hadoop/hdds/scm/cli/ScmOption.java | 13 ---
.../hadoop/hdds/scm/cli/cert/CertCommands.java | 61 ------------
.../hadoop/hdds/scm/cli/cert/InfoSubcommand.java | 73 ---------------
.../hadoop/hdds/scm/cli/cert/ListSubcommand.java | 102 ---------------------
.../hdds/scm/cli/cert/ScmCertSubcommand.java | 44 ---------
.../hadoop/hdds/scm/cli/cert/package-info.java | 22 -----
.../dist/src/main/smoketest/mapreduce.robot | 2 +-
.../src/main/smoketest/security/admin-cert.robot | 44 ---------
.../org/apache/hadoop/ozone/om/KeyManagerImpl.java | 43 ++++-----
.../hadoop/ozone/om/request/key/OMKeyRequest.java | 17 +++-
.../security/OzoneBlockTokenSecretManager.java | 8 +-
.../security/TestOzoneBlockTokenSecretManager.java | 38 --------
25 files changed, 49 insertions(+), 679 deletions(-)
delete mode 100644
hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/cert/CertCommands.java
delete mode 100644
hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/cert/InfoSubcommand.java
delete mode 100644
hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/cert/ListSubcommand.java
delete mode 100644
hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/cert/ScmCertSubcommand.java
delete mode 100644
hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/cert/package-info.java
delete mode 100644
hadoop-ozone/dist/src/main/smoketest/security/admin-cert.robot
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]