[ 
https://issues.apache.org/jira/browse/HADOOP-15212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16354600#comment-16354600
 ] 

Hudson commented on HADOOP-15212:
---------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13620 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/13620/])
HADOOP-15212. Add independent secret manager method for logging expired 
(kihwal: rev 2dd960de983a30bf0d9ee957bdb09f825f9d40a3)
* (edit) 
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.java


> Add independent secret manager method for logging expired tokens
> ----------------------------------------------------------------
>
>                 Key: HADOOP-15212
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15212
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 2.7.6
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>            Priority: Major
>             Fix For: 3.1.0, 2.10.0, 2.9.1, 3.0.1, 2.8.4, 2.7.6
>
>         Attachments: HADOOP-15212.branch-2.7.patch, HADOOP-15212.patch
>
>
> {{AbstractDelegationTokenSecretManager#removeExpiredToken}} has two phases.  
> First phase synchronizes to collect expired tokens.  Second phase loops over 
> the collected tokens to log them while not holding the monitor.
> HDFS-13112 needs to acquire the namesystem lock during the second logging 
> phase, which requires splitting the method apart to allow a method override.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to