[
https://issues.apache.org/jira/browse/HBASE-5183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215991#comment-13215991
]
Mubarak Seyed commented on HBASE-5183:
--------------------------------------
I believe we need to present the monitored task as TreeView + Table (treeTable).
The first column is a tree with root/node/leaf, 2nd to 5th shows startTime,
description, state and status.
Something like http://ludo.cubicphuse.nl/jquery-plugins/treeTable/doc/
How do we group data?
Option 1: Group-by StartTime
{code}
----------------------------------------------------------------------------------------------------------------------------------------
Start time | Description |
State | Status
----------------------------------------------------------------------------------------------------------------------------------------
+ Mon Feb 20 15:10:08 PST 2012 IPC Server handler 99 on 60000
WAITING (since 4mins, 8sec ago) Waiting for a call (since ..)
IPC Server handler 20 on 60000
WAITING (since 2mins, 1sec ago) Waiting for a call (since ..)
+ Mon Feb 22 17:18:18 PST 2012 IPC Server handler 40 on 60000
WAITING (since 0mins, 30sec ago) Waiting for a call (since ..)
----------------------------------------------------------------------------------------------------------------------------------------
{code}
Option 2: Group-by State
Option 3: Group-by Status
I believe StartTime is almost same for all the IPC server handler as Master or
RS pages shows the same startTime (depends on when we restart daemons).
Option 2 and 3 are more of a text based grouping.
Thoughts?
> Render the monitored tasks as a treeview
> ----------------------------------------
>
> Key: HBASE-5183
> URL: https://issues.apache.org/jira/browse/HBASE-5183
> Project: HBase
> Issue Type: Sub-task
> Reporter: Zhihong Yu
> Assignee: Mubarak Seyed
> Fix For: 0.92.2, 0.94.0
>
>
> Andy made the suggestion here:
> https://issues.apache.org/jira/browse/HBASE-5174?focusedCommentId=13184571&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13184571
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira