[
https://issues.apache.org/jira/browse/HBASE-27687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HBASE-27687:
-----------------------------------
Labels: pull-request-available (was: )
> Enhance quotas to consume blockBytesScanned rather than response size
> ---------------------------------------------------------------------
>
> Key: HBASE-27687
> URL: https://issues.apache.org/jira/browse/HBASE-27687
> Project: HBase
> Issue Type: Improvement
> Reporter: Bryan Beaudreault
> Assignee: Bryan Beaudreault
> Priority: Major
> Labels: pull-request-available
>
> As of HBASE-27558 we now apply quota.getReadAvailable() to max block bytes
> scanned by scans/multis. This issue enhances further so that we can track
> read size consumed in Quotas based on block bytes scanned rather than
> response size. In this mode, quotas would end-to-end be based on
> blockBytesScanned.
> Right now we call quota.addGetResult or addScanResult. This would just be a
> matter of no-oping those calls, and calling RpcCall.getBlockBytesScanned() in
> Quota.close() instead.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)