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

Hudson commented on MAPREDUCE-2452:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #712 (See 
[https://builds.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/712/])
    MAPREDUCE-2452. Makes the cancellation of delegation tokens happen in a 
separate thread. Contributed by Devaraj Das.

ddas : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1131265
Files : 
* /hadoop/mapreduce/trunk/CHANGES.txt
* 
/hadoop/mapreduce/trunk/src/java/org/apache/hadoop/mapreduce/security/token/DelegationTokenRenewal.java
* /hadoop/mapreduce/trunk/src/test/findbugsExcludeFile.xml


> Delegation token cancellation shouldn't hold global JobTracker lock
> -------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2452
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2452
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: jobtracker
>    Affects Versions: 0.22.0
>            Reporter: Devaraj Das
>            Assignee: Devaraj Das
>             Fix For: 0.23.0
>
>         Attachments: cancel-delegation-token-fix-trunk.patch, 
> cancel-delegation-token-fix-trunk.patch, cancel-delegation-token-fix.patch, 
> cancel-delegation-token-fix.patch, cancel-delegation-token-fix.patch
>
>
> Currently, when the JobTracker cancels a job's delegation token (at the end 
> of the job), it holds the global lock. This is not desired.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to