You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/12/01 09:18:10 UTC

[jira] [Commented] (AMBARI-14120) AMS Collector and HBase heap memory config properties are incompatible between 2.1.2 and 2.1.3 when deployed through the same blueprint.

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

Hudson commented on AMBARI-14120:
---------------------------------

FAILURE: Integrated in Ambari-branch-2.1 #974 (See [https://builds.apache.org/job/Ambari-branch-2.1/974/])
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=a830cc05ba42889db9ab71b9f058a6d3bb1936a1])
* ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/functions.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/params.py
* ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml
* ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-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)