[
https://issues.apache.org/jira/browse/AMBARI-14120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15033379#comment-15033379
]
Hudson commented on AMBARI-14120:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #3941 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3941/])
AMBARI-14120 : AMS Collector and HBase heap memory config properties are
(swagle:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=878c61d5c9a5b50a21f76590eecba95d5e1b5bf0])
*
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-env.xml
*
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/params.py
*
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog213.java
*
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog213Test.java
*
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/functions.py
*
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml
> AMS Collector and HBase heap memory config properties are incompatible
> between 2.1.2 and 2.1.3 when deployed through the same blueprint.
> ----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: AMBARI-14120
> URL: https://issues.apache.org/jira/browse/AMBARI-14120
> Project: Ambari
> Issue Type: Bug
> Affects Versions: 2.1.3
> Reporter: Aravindan Vijayan
> Assignee: Aravindan Vijayan
> Priority: Critical
> Fix For: 2.1.3
>
> Attachments: AMBARI-14120.patch
>
>
> PROBLEM
> On Version 2.1.2, AMS had no "m" in the heap properties in the *-env.sh
> templates and the user was expected to specify the "m" suffix through the UI
> config.
> On Version 2.1.3, AMS had the "m" suffix in the heapsize properties in the
> *-env.sh templates, and the user was not allowed to give the "m" suffix in
> the UI.
> When a 2.1.2 blueprint is used to deploy Ambari 2.1.3, AMS does not start due
> to invalid heap properties.
> FIX
> The input heapsize parameter can either be 512 (UI) or 512m (blueprint). The
> "m" is added to the former case programmatically to achieve uniformity. The
> ams-hbase-content will not have "m" appended to any property.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)