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 (Code Review)" <do...@asterixdb.incubator.apache.org> on 2016/02/25 22:35:35 UTC

Change in hyracks[master]: Fixed Admin Console pages.

Hello Steven Jacobs, Jenkins,

I'd like you to reexamine a change.  Please visit

    https://asterix-gerrit.ics.uci.edu/557

to look at the new patch set (#2).

Change subject: Fixed Admin Console pages.
......................................................................

Fixed Admin Console pages.

Previously the job details page of the admin console was not working correctly. Now It is fixed.

Also fixed some internal issues like wrong time shown.

The following commits from your working branch will be included:

commit 4e9510e6ee44bed73d9ebcd0fdf91f077e577226
Author: Pritom Ahmed <pr...@gmail.com>
Date:   Fri Dec 11 20:10:44 2015 -0800

    Fix for package renaming refactoring.

commit c5080306033395015084ad848cb985f6f961195c
Author: Pritom Ahmed <pr...@gmail.com>
Date:   Fri Dec 11 11:39:36 2015 -0800

    Removed configuration parameter in CCConfig which determines the interval of cluster data gathering in asterix.

commit 6b13cb6b327351ba81ebc22a81f26788409a656a
Author: Pritom Ahmed <pr...@gmail.com>
Date:   Thu Oct 22 17:30:13 2015 -0700

    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.

commit 5b43e763ab888364d845ff57b48332de2ad1dbda
Author: Pritom Ahmed <pr...@gmail.com>
Date:   Fri Aug 21 00:49:15 2015 -0700

    Added Headers for the data shown in Index page of adminconsole.

commit a61d64d9991609f4b2d17ff340c18bfc4afed398
Author: Pritom Ahmed <pr...@gmail.com>
Date:   Fri Aug 21 00:32:09 2015 -0700

    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.

commit 76b7a9767657a18a64490429652df3a7f360b7ef
Author: Pritom Ahmed <pr...@gmail.com>
Date:   Tue Aug 18 14:13:26 2015 -0700

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

commit 3774772a3eb8df4af5465c7f409ad3994d2f2fce
Author: Pritom Ahmed <pr...@gmail.com>
Date:   Tue Aug 18 13:48:28 2015 -0700

    Added a configuration parameter in CCConfig which determines the interval of cluster data gathering in asterix.

commit 4610973533d0f8c996034c75316b63e0920fdcb6
Author: Pritom Ahmed <pr...@gmail.com>
Date:   Sun Aug 16 15:26:08 2015 -0700

    Beautified the job details page in adminconsole by adding tabs.

commit 32d4f0c85e77f967ed293be98efb00bf64edc5f1
Author: Pritom Ahmed <pr...@gmail.com>
Date:   Fri Aug 14 13:07:00 2015 -0700

    * Fixed the job details page in adminconsole. Previously it was broken. Now it shows the raw JSON data sent to it. * Optimized the node details information sent by the adminconsole API. Previously, the API was sending the full array everytime even though the whole array was not full. As a result, there were many instances with no data. Now its sending only the subarrays that actually contains data.

Change-Id: I3944ed0c972f227aa1397d1cf6608f78f5f8c540
---
M hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/NodeControllerState.java
M hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/adminconsole/pages/IndexPage.java
M hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/job/JobRun.java
M hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/scheduler/JobScheduler.java
M hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/work/GetJobSummariesJSONWork.java
M hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/work/JobCleanupWork.java
M hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/work/JobStartWork.java
M hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/work/JobletCleanupNotificationWork.java
M hyracks/hyracks-control/hyracks-control-cc/src/main/resources/org/apache/hyracks/control/cc/adminconsole/pages/AbstractPage.html
M hyracks/hyracks-control/hyracks-control-cc/src/main/resources/org/apache/hyracks/control/cc/adminconsole/pages/IndexPage.html
M hyracks/hyracks-control/hyracks-control-cc/src/main/resources/org/apache/hyracks/control/cc/adminconsole/pages/JobDetailsPage.html
M hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/javascript/adminconsole/JobDetailsPage.js
A hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/javascript/adminconsole/json.human.js
A hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/stylesheet/json.human.css
M pom.xml
15 files changed, 685 insertions(+), 49 deletions(-)


  git pull ssh://asterix-gerrit.ics.uci.edu:29418/hyracks refs/changes/57/557/2
-- 
To view, visit https://asterix-gerrit.ics.uci.edu/557
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I3944ed0c972f227aa1397d1cf6608f78f5f8c540
Gerrit-PatchSet: 2
Gerrit-Project: hyracks
Gerrit-Branch: master
Gerrit-Owner: Pritom Ahmed <pr...@gmail.com>
Gerrit-Reviewer: Ian Maxon <im...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Preston Carman <pr...@apache.org>
Gerrit-Reviewer: Steven Jacobs <sj...@ucr.edu>