You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Pritom Ahmed (JIRA)" <ji...@apache.org> on 2016/02/05 21:31:39 UTC

[jira] [Created] (ASTERIXDB-1287) Hyrack's Admin Console's broken page fixed

Pritom Ahmed created ASTERIXDB-1287:
---------------------------------------

             Summary: Hyrack's Admin Console's broken page fixed
                 Key: ASTERIXDB-1287
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1287
             Project: Apache AsterixDB
          Issue Type: Improvement
          Components: Hyracks
            Reporter: Pritom Ahmed


In job summary, create time, start time and end time was never updated. As a result they all were 0. 

In Admin Console's Index page, the job create time, start time and end time all were being assigned with create time. 

The same problem was also present in the REST API as well. Also fixed it. 

in Job details page of Admin Console, all the data is showing in raw JSON format. It needs to be shown in tabular form for better readability and understanding.

Admin Console API iss sending the full array everytime for node details even though the whole array was not full. As a result, there are huge number of instances with no data which led to wastage of memory. It only needs to send the subarrays that contains data.



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