You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "CR Hota (Jira)" <ji...@apache.org> on 2019/08/20 20:49:00 UTC

[jira] [Created] (YARN-9768) RM Renew Delegation token thread should timeout and retry

CR Hota created YARN-9768:
-----------------------------

             Summary: RM Renew Delegation token thread should timeout and retry
                 Key: YARN-9768
                 URL: https://issues.apache.org/jira/browse/YARN-9768
             Project: Hadoop YARN
          Issue Type: Improvement
            Reporter: CR Hota


Delegation token renewer thread in RM (DelegationTokenRenewer.java) renews HDFS tokens received to check for validity and expiration time.

This call is made to an underlying HDFS NN or Router Node (which has exact APIs as HDFS NN). If one of the nodes is bad and the renew call is stuck the thread remains stuck indefinitely. The thread should ideally timeout the renewToken and retry from the client's perspective.

 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org