[ 
https://issues.apache.org/jira/browse/HADOOP-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daryn Sharp moved HDFS-4786 to HADOOP-9549:
-------------------------------------------

          Component/s:     (was: webhdfs)
                       security
     Target Version/s: 2.0.5-beta  (was: 2.0.5-beta)
    Affects Version/s:     (was: 2.0.4-alpha)
                       2.0.4-alpha
                  Key: HADOOP-9549  (was: HDFS-4786)
              Project: Hadoop Common  (was: Hadoop HDFS)
    
> 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
>
> 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

Reply via email to