[ https://issues.apache.org/jira/browse/AMBARI-20290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15893730#comment-15893730 ]
Hadoop QA commented on AMBARI-20290: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12855766/screenshot-2.png against trunk revision . {color:red}-1 patch{color}. The patch command could not apply the patch. Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/10863//console This message is automatically generated. > null in heapmap page > -------------------- > > Key: AMBARI-20290 > URL: https://issues.apache.org/jira/browse/AMBARI-20290 > Project: Ambari > Issue Type: Bug > Affects Versions: trunk > Reporter: zhangxiaolu > Fix For: trunk > > Attachments: AMBARI-20290.patch, screenshot-1.png, screenshot-2.png > > > drawWidget: function () { > if (this.get('isLoaded')) { > var hostToValueMap = this.calculateValues(); > var hostNames = []; > if (this.get('racks').everyProperty('isLoaded', true)) { > this.get('racks').forEach(function (rack) { > hostNames = hostNames.concat(rack.hosts.mapProperty('hostName')); > }); > } > var metricObject = App.MainChartHeatmapMetric.create({ > name: this.get('content.displayName'), > units: this.get('content.properties.display_unit'), > maximumValue: this.get('controller.inputMaximum'), > hostNames: hostNames, > hostToValueMap: hostToValueMap > }); > this.set('controller.selectedMetric', metricObject); > App.loadTimer.finish('Heatmaps Page'); > App.loadTimer.finish('Service Heatmaps Page'); > } > }.observes('racks.@each.isLoaded'), > as loaded like top: > this.get('content.displayName') is always null -- This message was sent by Atlassian JIRA (v6.3.15#6346)