You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Nate Cole (JIRA)" <ji...@apache.org> on 2015/08/26 22:49:01 UTC

[jira] [Updated] (AMBARI-10588) 'dtnode_heapsize' maximum not being used by the widget

     [ https://issues.apache.org/jira/browse/AMBARI-10588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nate Cole updated AMBARI-10588:
-------------------------------
    Fix Version/s:     (was: 2.1.1)
                   2.1.2

> 'dtnode_heapsize' maximum not being used by the widget
> ------------------------------------------------------
>
>                 Key: AMBARI-10588
>                 URL: https://issues.apache.org/jira/browse/AMBARI-10588
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-web
>    Affects Versions: 2.1.0
>            Reporter: Srimanth Gunturi
>            Assignee: Srimanth Gunturi
>             Fix For: 2.1.2
>
>         Attachments: AMBARI-10588.patch, Screen Shot 2015-04-20 at 16.18.43.jpg, Screen Shot 2015-04-20 at 16.18.54.jpg
>
>
> The API returns the following maximum size for 'dtnode_heapsize':
> {code}
>             "hadoop-env": {
>               "properties": {
>                 "namenode_heapsize": "1024",
>                 "namenode_opt_maxnewsize": "256",
>                 "namenode_opt_newsize": "256"
>               },
>               "property_attributes": {
>                 "namenode_heapsize": {
>                   "maximum": "2887"
>                 },
>                 "dtnode_heapsize": {
>                   "maximum": "2887"
>                 }
>               }
>             },
> {code}
> Even though API says maximum is ~2.8GB, UI sets the maximum as 26.2GB.



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