Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.0.4-alpha
-
None
-
Reviewed
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-9049 DelegationTokenRenewer needs to be Singleton and FileSystems should register/deregister to/from.
- Closed