You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "hyoungjunkim (JIRA)" <ji...@apache.org> on 2014/02/28 16:56:19 UTC

[jira] [Updated] (TAJO-634) ExecutionBlock must be sorted by start time in querydetail.jsp

     [ https://issues.apache.org/jira/browse/TAJO-634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

hyoungjunkim updated TAJO-634:
------------------------------

    Attachment: TAJO-643.patch

I fixed the following items. 
* Sort by started time instead of EB ID in querydetail.jsp
* A bug which ignore status filter when task sorting in querytasks.jsp
* Broken html table tag in cluster.jsp

And I found a bug that a dead worker doesn't listing in dead worker table when a worker started with QueryMaster mode and TaskRunner mode in a single worker. So I fixed that bug in this patch.


> ExecutionBlock must be sorted by start time in querydetail.jsp
> --------------------------------------------------------------
>
>                 Key: TAJO-634
>                 URL: https://issues.apache.org/jira/browse/TAJO-634
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: hyoungjunkim
>            Assignee: hyoungjunkim
>            Priority: Trivial
>         Attachments: TAJO-643.patch
>
>
> Currently implementation, ExecutionBlock is sorted by ID in querydetail.jsp.
>  It  must be sorted by start time.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)