[ https://issues.apache.org/jira/browse/GRIFFIN-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
William Guo closed GRIFFIN-153. ------------------------------- > [UI] Can not render accuracy chart on UI > ---------------------------------------- > > Key: GRIFFIN-153 > URL: https://issues.apache.org/jira/browse/GRIFFIN-153 > Project: Griffin (Incubating) > Issue Type: Bug > Reporter: Lionel Liu > Assignee: Yuqin Xuan > Priority: Major > Fix For: 1.0.0-incubating > > > On UI, no matter the dashboard page or side bar, it can not render the > accuracy chart in this situation: > I created an accuracy measure, and created two jobs for this measure, one is > daily, and another is hourly. > After some hours, the hourly job has triggered several times, but the daily > job hasn't started yet. > I created the daily job earlier than the hourly job, in this situation, in > the dashboard page or side bar, I can not see any chart of my accuracy > measure. But it should be able to render the hourly job chart, because the > metric data has been calculated. > > The problem seems like: > When ui get the metrics data like this: > > {code:java} > { > "accu":[ > { > "name":"accu_daily", > "type":"accuracy", > "metricValues":[] > }, > { > "name":"accu_hourly", > "type":"accuracy", > "metricValues":[ > { > "name":"accu_hourly", > "tmst":1524700800000, > "value":{ > "total":125000, > "miss":485, > "matched":124515 > } > } > ] > } > ] > }{code} > It should be able to render a chart named "accu_hourly" under the measure > "accu", but it could not render anything. > -- This message was sent by Atlassian JIRA (v7.6.3#76005)