You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ae...@apache.org on 2019/11/13 22:01:50 UTC

[hadoop-ozone] branch master updated (c83d5bc -> e39134d)

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 c83d5bc  HDDS-2364. Add OM metrics to find the false positive rate for the keyMayExist. (#101)
     add e39134d  HDDS-1847: Datanode Kerberos principal and keytab config key looks inconsistent (#115)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hdds/protocol/SCMSecurityProtocol.java  |  4 +-
 .../hdds/protocolPB/SCMSecurityProtocolPB.java     |  5 +-
 .../java/org/apache/hadoop/hdds/scm/ScmConfig.java | 76 ++++++++++++++++++++
 .../org/apache/hadoop/hdds/scm/ScmConfigKeys.java  | 11 +--
 .../scm/protocol/ScmBlockLocationProtocol.java     |  5 +-
 .../protocol/StorageContainerLocationProtocol.java |  5 +-
 .../scm/protocolPB/ScmBlockLocationProtocolPB.java |  4 +-
 .../StorageContainerLocationProtocolPB.java        |  4 +-
 .../common/src/main/resources/ozone-default.xml    | 26 -------
 .../protocol/StorageContainerDatanodeProtocol.java |  5 +-
 .../StorageContainerDatanodeProtocolPB.java        |  4 +-
 .../hdds/scm/server/SCMHTTPServerConfig.java       | 82 ++++++++++++++++++++++
 .../hdds/scm/server/SCMSecurityProtocolServer.java |  3 +-
 .../hdds/scm/server/StorageContainerManager.java   | 14 ++--
 .../server/StorageContainerManagerHttpServer.java  |  6 +-
 .../hadoop/ozone/TestSecureOzoneCluster.java       | 30 +++++---
 16 files changed, 213 insertions(+), 71 deletions(-)
 create mode 100644 hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ScmConfig.java
 create mode 100644 hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMHTTPServerConfig.java


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