ronghangye created HBASE-28220:
----------------------------------

             Summary: 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
            Reporter: ronghangye


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 indicators 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)

Reply via email to