[
https://issues.apache.org/jira/browse/HBASE-13838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Warhaftig updated HBASE-13838:
-----------------------------------
Assignee: Matt Warhaftig
Status: Patch Available (was: Open)
Submitted patch 'hbase-13838-v1.patch'. Here are the details on the patch
versus ticket request:
* "Client operations" tab is always empty
For Master this is expected, but for RegionServers there is never anything
listed either. Fix for RS status page (probably caused by params not containing
Operation subclass anymore, but some PB generated classes?)
{color:red}MW - Replaced {{Operations}} subclass requirement with
{{ClientProtos}} declaring class requirement.{color}
* Hide “Client Operations” tab for master UI
Since operations are RS only. Or we fix this and make other calls show here.
{color:red}MW - Hid 'Client Operations' from Master UI.{color}
* The "alert-error" for aborted tasks is not set in CSS at all
When a task was aborted it should be amber or red, but the assigned style is
not in any of the linked stylesheets (abort-error). Add.
{color:red}MW - Replaced 'alert-error' with a valid Bootstrap alert type.
{color}
> Fix shared TaskStatusTmpl.jamon issues (coloring, content, etc.)
> ----------------------------------------------------------------
>
> Key: HBASE-13838
> URL: https://issues.apache.org/jira/browse/HBASE-13838
> Project: HBase
> Issue Type: Bug
> Components: UI
> Affects Versions: 1.1.0
> Reporter: Lars George
> Assignee: Matt Warhaftig
> Labels: beginner
> Fix For: 2.0.0, 1.3.0
>
>
> There are a few issues with the shared TaskStatusTmpl:
> - "Client operations" tab is always empty
> For Master this is expected, but for RegionServers there is never anything
> listed either. Fix for RS status page (probably caused by params not
> containing Operation subclass anymore, but some PB generated classes?)
> - Hide “Client Operations” tab for master UI
> Since operations are RS only. Or we fix this and make other calls show here.
> - The "alert-error" for aborted tasks is not set in CSS at all
> When a task was aborted it should be amber or red, but the assigned style is
> not in any of the linked stylesheets (abort-error). Add.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)