You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by xy...@apache.org on 2020/04/07 17:12:34 UTC

[hadoop-ozone] branch master updated (ad92019 -> 15db251)

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 ad92019  HDDS-3312. Remove sever-side dependencies from hdds/ozone-common
     add 15db251  HDDS-3319. Handle HA for BasicOzoneClientAdapterImpl#renew/cancel(). (#752)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/ozone/client/OzoneClientFactory.java    | 53 ++++++++++++
 .../ozone/security/OzoneTokenIdentifier.java       | 22 ++++-
 .../src/main/proto/OzoneManagerProtocol.proto      |  1 +
 .../org/apache/hadoop/ozone/om/OzoneManager.java   | 13 ++-
 .../OzoneDelegationTokenSecretManager.java         | 99 +++++++++++++++++-----
 .../org/apache/hadoop/ozone/web/ozShell/Shell.java |  4 +-
 .../web/ozShell/token/CancelTokenHandler.java      |  8 +-
 .../ozone/web/ozShell/token/GetTokenHandler.java   |  7 +-
 .../ozone/web/ozShell/token/RenewTokenHandler.java | 16 ++--
 .../TestOzoneDelegationTokenSecretManager.java     | 14 ++-
 .../ozone/security/TestOzoneTokenIdentifier.java   | 22 +++++
 .../fs/ozone/BasicOzoneClientAdapterImpl.java      |  8 +-
 12 files changed, 224 insertions(+), 43 deletions(-)


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