Balázs Bence Sári created AMBARI-25214:
------------------------------------------
Summary: Moving resource manager does not update
yarn.resourcemanager.address property
Key: AMBARI-25214
URL: https://issues.apache.org/jira/browse/AMBARI-25214
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.7.3
Reporter: Balázs Bence Sári
Assignee: Balázs Bence Sári
Fix For: 2.7.4
When Resource Manager is move in a Yarn HA cluster (maybe without HA too), the
*yarn.resourcemanager.address.<suffix>* property is not updated unlike others
(e.g. *yarn.resourcemanager.hostname.<suffix>* or
*yarn.resourcemanager.webapp.address.<suffix>*).
As a result, the moved resource manager stops after a while with an execption
in the log:
{code}
org.apache.hadoop.yarn.exceptions.YarnRuntimeException: Invalid configuration!
Can not find valid RM_HA_ID. None of yarn.resourcemanager.address.rm1
yarn.resourcemanager.address.rm2 are matching the local address OR
yarn.resourcemanager.ha.id is not specified in HA Configuration
at
org.apache.hadoop.yarn.conf.HAUtil.throwBadConfigurationException(HAUtil.java:45)
at
org.apache.hadoop.yarn.conf.HAUtil.verifyAndSetCurrentRMHAId(HAUtil.java:151)
at
org.apache.hadoop.yarn.conf.HAUtil.verifyAndSetConfiguration(HAUtil.java:106)
at
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.serviceInit(ResourceManager.java:276)
at org.apache.hadoop.service.AbstractService.init(AbstractService.java:164)
at
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.main(ResourceManager.java:1512)
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)