[
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)