[
https://issues.apache.org/jira/browse/HBASE-29233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17993117#comment-17993117
]
Sanjeet Malhotra commented on HBASE-29233:
------------------------------------------
In branch-2 build I see following test failure:
{code:java}
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] org.apache.hadoop.hbase.regionserver.wal.TestLogRolling.null
[ERROR] Run 1:
TestLogRolling.testLogRollOnDatanodeDeath:240->AbstractTestLogRolling.writeData:313->AbstractTestLogRolling.doPut:393->Object.wait:-2
» TestTimedOut test timed out after 780 seconds
[ERROR] Run 2: TestLogRolling » Appears to be stuck in thread
RS-EventLoopGroup-3-2 {code}
[~vjasani] Is this some known error or did my PR broke something? Thanks
> Capture scan metrics at region level
> ------------------------------------
>
> Key: HBASE-29233
> URL: https://issues.apache.org/jira/browse/HBASE-29233
> Project: HBase
> Issue Type: Improvement
> Components: Client, metrics
> Reporter: Sanjeet Malhotra
> Assignee: Sanjeet Malhotra
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.4
>
>
> In my company, we have a requirement that we would like to track scan metrics
> for requests belonging to certain use cases at region level along with
> getting info about where that region was hosted (RS) at the time of scan.
> This will help us in knowing to which all regions and RS the request was
> hitting and contribution of each region scan/RS in latency. Thus, I plan to
> store region name and RS server name in scan metrics object only and capture
> a list of Scan metrics (one per region scanned).
> The capturing of scan metrics at this finer granularity can be "opt-in" per
> Scan request and can be enabled via Scan attribute similar to how Scan
> Metrics are enabled.
>
> I would like to backport this change to HBase 3 and HBase 2.6 and 2.5.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)