You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2016/04/14 19:23:25 UTC

[jira] [Commented] (AMBARI-15880) ATS heapsize cannot be changed in Ambari-2.2.1.1 or greater post Ambari Server upgrade, even though the bug should be fixed

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

Hadoop QA commented on AMBARI-15880:
------------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12798713/AMBARI-15880.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in ambari-server.

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/6442//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/6442//console

This message is automatically generated.

> ATS heapsize cannot be changed in Ambari-2.2.1.1 or greater post Ambari Server upgrade, even though the bug should be fixed
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-15880
>                 URL: https://issues.apache.org/jira/browse/AMBARI-15880
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-15880.patch
>
>
> yarn-env had an issue where ATS heapsize was not getting set correctly
> This was fixed in Ambari-2.1.0 for HDP 2.2 and Ambari-2.2.1.1 for HDP 2.3/2.4.  
> However, "ambari-server upgrade" does not fix yarn-env, even if the user has
> never touched it.
> STR:
>   * Install a HDP 2.4.0 cluster with YARN using Ambari 2.2.1.0
>   * Confirm that yarn-env has **export YARN_HISTORYSERVER_HEAPSIZE=`apptimelineserver_heapsize`** (this is incorrect)
>   * ambari-server stop
>   * Install ambari.repo for Ambari 2.2.1.1
>   * yum upgrade ambari-server
>   * ambari-server upgrade
>   * ambari-server start
> Actual: yarn-env still has **export
> YARN_HISTORYSERVER_HEAPSIZE=`apptimelineserver_heapsize`**  
> Expected: yarn-env has **export
> YARN_TIMELINESERVER_HEAPSIZE=`apptimelineserver_heapsize`** instead
> This means that changing "AppTimelineServer Java heap size" from the UI has no
> effect on setting the actual heapsize for ATS.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)