[
https://issues.apache.org/jira/browse/HADOOP-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655221#comment-13655221
]
Hudson commented on HADOOP-9549:
--------------------------------
Integrated in Hadoop-Yarn-trunk #206 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk/206/])
HADOOP-9549. WebHdfsFileSystem hangs on close(). Contributed by Daryn
Sharp. (Revision 1481075)
Result = SUCCESS
kihwal : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1481075
Files :
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/DelegationTokenRenewer.java
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestDelegationTokenRenewer.java
> WebHdfsFileSystem hangs on close()
> ----------------------------------
>
> Key: HADOOP-9549
> URL: https://issues.apache.org/jira/browse/HADOOP-9549
> Project: Hadoop Common
> Issue Type: Bug
> Components: security
> Affects Versions: 2.0.4-alpha
> Reporter: Kihwal Lee
> Assignee: Daryn Sharp
> Priority: Blocker
> Fix For: 3.0.0, 2.0.5-beta
>
> Attachments: HADOOP-9549.patch, HADOOP-9549.patch
>
>
> When close() is called via fs shoutdown hook, the synchronized method,
> removeRenewAction() hangs. This is because DelegationTokenRenewer calls
> DelayQueue.take() inside a synchronized block. Since this is a blocking call,
> it hangs forever.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira