[ 
https://issues.apache.org/jira/browse/HBASE-27570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684342#comment-17684342
 ] 

Hudson commented on HBASE-27570:
--------------------------------

Results for branch master
        [build #769 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/769/]: 
(x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/769/General_20Nightly_20Build_20Report/]




(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/769/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(x) {color:red}-1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/769/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> Unify tracking of block IO across all read request types
> --------------------------------------------------------
>
>                 Key: HBASE-27570
>                 URL: https://issues.apache.org/jira/browse/HBASE-27570
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Bryan Beaudreault
>            Assignee: Bryan Beaudreault
>            Priority: Major
>             Fix For: 2.6.0, 3.0.0-alpha-4
>
>
> Various requests in RSRpcServices use 
> [addSize|https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java#L1303-L1335]
>  in an attempt to estimate block IO of the request by pulling the capacity of 
> the underlying cell buffer when that buffer changes. This is just an estimate 
> and can be inaccurate in certain circumstances, such as when the ordering of 
> gets in a multiget causes the same buffer to be counted twice.
> As of HBASE-27558, we now have a hook in StoreScanner for tracking block IO 
> via HFileReaderImpl.reportBlockSize method call. We use this for getting 
> block IO into ScannerContext for tracking limits. We can add a call to 
> RpcCall.incrementResponseBlockSize here so that we can get an accurate 
> accounting of block IO for all request types.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to