[
https://issues.apache.org/jira/browse/AMBARI-10588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14502136#comment-14502136
]
Hudson commented on AMBARI-10588:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #2364 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2364/])
AMBARI-10588. 'dtnode_heapsize' maximum not being used by the widget (sgunturi:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=027ac67694a0f4f96352a997890673e70af47cad)
* ambari-web/app/mixins/common/configs/enhanced_configs.js
> '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.0
>
> Attachments: AMBARI-10588.patch
>
>
> 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)