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

Xuan Gong commented on YARN-513:
--------------------------------

After reading the code in HDFS-3504, we can definitely reuse the existing 
RetryPolicy code. We can use RetryPolicies.retryUpToMaximumTimeWithFixedSleep 
as defaultPolicy. We can also use RetryPolicies.retryByException to set a 
default policy with some explicit handlers for specific exceptions. 
                
> Verify all clients will wait for RM to restart
> ----------------------------------------------
>
>                 Key: YARN-513
>                 URL: https://issues.apache.org/jira/browse/YARN-513
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: resourcemanager
>            Reporter: Bikas Saha
>            Assignee: Xuan Gong
>         Attachments: YARN-513.1.patch, YARN-513.2.patch
>
>
> When the RM is restarting, the NM, AM and Clients should wait for some time 
> for the RM to come back up.

--
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