[
https://issues.apache.org/jira/browse/AMBARI-13387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14953219#comment-14953219
]
Hudson commented on AMBARI-13387:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #3627 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3627/])
AMBARI-13387. Improve time for transforming data on the graphs (onechiporenko:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e8dbb1327d5a6bd98538fc5f35d69775677aa85b])
* ambari-web/test/views/common/chart/linear_time_test.js
* ambari-web/app/views/common/chart/linear_time.js
> Improve time for transforming data on the graphs
> ------------------------------------------------
>
> Key: AMBARI-13387
> URL: https://issues.apache.org/jira/browse/AMBARI-13387
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.1.3
> Reporter: Oleg Nechiporenko
> Assignee: Oleg Nechiporenko
> Fix For: 2.1.3
>
> Attachments: AMBARI-13387.patch
>
>
> {{ambari-web/app/views/common/chart/linear_time.js#transformData}} takes too
> much time because {{App.dateTimeWithTimeZone}} is executed in the loop.
> Better way - calculate timeDiff one time and use it:
> {code}
> var timeDiff = App.dateTimeWithTimeZone(seriesData[0][1] * 1000) / 1000 -
> seriesData[0][1];
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)