Botong Huang created YARN-8760:
----------------------------------

             Summary: Fix concurrent re-register due to YarnRM failover in 
AMRMClientRelayer
                 Key: YARN-8760
                 URL: https://issues.apache.org/jira/browse/YARN-8760
             Project: Hadoop YARN
          Issue Type: Task
            Reporter: Botong Huang
            Assignee: Botong Huang


When home YarnRM is failing over, FinishApplicationMaster call from AM can have 
multiple retry threads outstanding in FederationInterceptor. When new YarnRM 
come back up, all retry threads will re-register to YarnRM. The first one will 
succeed but the rest will get "Application Master is already registered" 
exception. We should catch and swallow this exception and move on. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org

Reply via email to