This is an automated email from the ASF dual-hosted git repository. slfan1989 pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
from 1e3e246934b HADOOP-18810. Document missing a lot of properties in core-default.xml. (#5912) Contributed by WangYuanben. add bc48e5cbe8b HDFS-17128. Updating SQLDelegationTokenSecretManager to use LoadingCache so tokens are updated frequently. (#5897) Contributed by Hector Sandoval Chaverri. No new revisions were added by this update. Summary of changes: .../AbstractDelegationTokenSecretManager.java | 10 +- .../delegation/DelegationTokenLoadingCache.java | 118 +++++++++++++++++++++ .../SQLDelegationTokenSecretManager.java | 96 ++++++++++++----- .../TestSQLDelegationTokenSecretManagerImpl.java | 118 ++++++++++++++++++++- 4 files changed, 308 insertions(+), 34 deletions(-) create mode 100644 hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/DelegationTokenLoadingCache.java --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org