[
https://issues.apache.org/jira/browse/HBASE-25469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Caroline Zhou updated HBASE-25469:
----------------------------------
Description:
In HBase 2.1+, there is a RIT JSP page that was added as part of HBASE-21410.
There are some additional RIT details that would be helpful to have in one
place:
* RIT Start Time
* RIT Duration (ms)
* Server
* Procedure Type
This info can be added to the table under the {{/rit.jsp}} page, and we can
also add a button on that page to view info as JSON, for easy parsing into
metrics, etc.
The query to see all RITs is
{{/rits.jsp?format=json&filter=region&table=null&state=null}}. We can add a
parameter {{&ritOverThreshold=}} to not include RITs not over threshold in the
JSON. We may also consider different ways of grouping the JSON results, such as
by state or server name (the latter would require a new parameter {{&server=}}).
was:
In HBase 2.1+, there is a RIT JSP page that was added as part of HBASE-21410.
There are some additional RIT details that would be helpful to have in one
place:
* RIT Start Time
* RIT Duration (ms)
* Server
* Procedure Type
This info can be added to the table under the {{/rit.jsp}} page, and we can
also add a button on that page to view info as JSON, for easy parsing into
metrics, etc.
> Create RIT servlet in HMaster to track more detailed RIT info not captured in
> metrics
> -------------------------------------------------------------------------------------
>
> Key: HBASE-25469
> URL: https://issues.apache.org/jira/browse/HBASE-25469
> Project: HBase
> Issue Type: Improvement
> Reporter: Caroline Zhou
> Assignee: Caroline Zhou
> Priority: Minor
>
> In HBase 2.1+, there is a RIT JSP page that was added as part of HBASE-21410.
> There are some additional RIT details that would be helpful to have in one
> place:
> * RIT Start Time
> * RIT Duration (ms)
> * Server
> * Procedure Type
> This info can be added to the table under the {{/rit.jsp}} page, and we can
> also add a button on that page to view info as JSON, for easy parsing into
> metrics, etc.
> The query to see all RITs is
> {{/rits.jsp?format=json&filter=region&table=null&state=null}}. We can add a
> parameter {{&ritOverThreshold=}} to not include RITs not over threshold in
> the JSON. We may also consider different ways of grouping the JSON results,
> such as by state or server name (the latter would require a new parameter
> {{&server=}}).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)