You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/05/18 21:20:12 UTC

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

    [ https://issues.apache.org/jira/browse/ASTERIXDB-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15289844#comment-15289844 ] 

ASF subversion and git services commented on ASTERIXDB-1287:
------------------------------------------------------------

Commit 72f81a6f88d0ef96e8c22acdac019bc2823e2263 in incubator-asterixdb's branch refs/heads/master from [~tillw]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-asterixdb.git;h=72f81a6 ]

ASTERIXDB-1287: Fixed Admin Console pages.

From: Pritom Ahmed <pr...@gmail.com>:

Previously job details page of the admin console was not working correctly.
Now It is fixed. Also fixed some internal issues like wrong time shown.

Now JSON data in adminconsole for Job Details is shown in tabular form.

Previously, in job details page of admin console, all the data was shown
in  raw JSON format. Now using a MIT licensed js library, it is shown in
tabular form.

Added Headers for the data shown in Index page of adminconsole.
Previously in job summary, create time, start time and end time was never
updated. As a result they all were 0. Fixed it.

In adminconsole's Index page, the job create time, start time and end
time all were being assigned with create time. Fixed it. The same
problem was also present in the REST API as well. Also fixed it.

Showing a message in job details page in admin console for jobs that
were deleted because the maximum size of job archive was reached.

Beautified the job details page in adminconsole by adding tabs.

Fixed the job details page in adminconsole. Previously it was broken.
Now it shows the raw JSON data sent to it.

Change-Id: Iefbdd9ab564cff12ab75e00922299fbbcde1c08f
Reviewed-on: https://asterix-gerrit.ics.uci.edu/860
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Ian Maxon <im...@apache.org>


> 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
>            Assignee: Ian Maxon
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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)