You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by vi...@apache.org on 2022/11/07 21:30:01 UTC

[hadoop] branch branch-3.3 updated (853ffb545a9 -> 02aedd78119)

This is an automated email from the ASF dual-hosted git repository.

virajith pushed a change to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


    from 853ffb545a9 HADOOP-18515. Backport HADOOP-17612 to  branch-3.3(Upgrade Zookeeper to 3.6.3 and Curator to 5.2.0)  (#5097)
     add 02aedd78119 Hadoop-18519. Backport HDFS-15383 and HADOOP-17835 to branch-3.3 (#5112)

No new revisions were added by this update.

Summary of changes:
 .../AbstractDelegationTokenSecretManager.java      |  28 +--
 .../delegation/ZKDelegationTokenSecretManager.java | 256 ++++++++++-----------
 .../TestZKDelegationTokenSecretManager.java        |  69 ++----
 .../registry/client/impl/zk/CuratorService.java    | 108 ++++-----
 .../registry/server/dns/RegistryDNSServer.java     |   3 +-
 .../token/ZKDelegationTokenSecretManagerImpl.java  | 172 +++++++++++++-
 .../TestZKDelegationTokenSecretManagerImpl.java    | 234 +++++++++++++++++++
 7 files changed, 616 insertions(+), 254 deletions(-)
 create mode 100644 hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/hdfs/server/federation/security/token/TestZKDelegationTokenSecretManagerImpl.java


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