[
https://issues.apache.org/jira/browse/HBASE-28220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ronghangye updated HBASE-28220:
-------------------------------
Affects Version/s: 3.0.0-alpha-4
> Split the queueCallTime, processCallTime and totalCallTime according to
> queue type when using RWQueueRpcExecutor
> -----------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-28220
> URL: https://issues.apache.org/jira/browse/HBASE-28220
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 2.5.0, 3.0.0-alpha-4
> Reporter: ronghangye
> Priority: Major
>
> When using RWQueueRpcExecutor, in order to monitor the running status of the
> read and write queues separately, it is necessary to monitor the queueTime
> and processingTime of the request according to the queue type. In this way,
> the queue's queueCallTime, processCallTime and totalCallTime metrics are
> split according to the read and write queue types. So Add the following
> metrics:
> # queueReadCallTime
> # processReadCallTime
> # totalReadCallTime
> # queueWriteCallTime
> # processWriteCallTime
> # totalWriteCallTime
> # queueScanCallTime
> # processScanCallTime
> # totalScanCallTime
>
> These metrics are important references for subsequent modification of
> parameters hbase.ipc.server.callqueue.read.ratio and
> hbase.ipc.server.callqueue.scan.ratio.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)