HermanCloud opened a new pull request, #5550:
URL: https://github.com/apache/hbase/pull/5550

   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:
   1. queueReadCallTime
   2. processReadCallTime
   3. totalReadCallTime
   4. queueWriteCallTime
   5. processWriteCallTime
   6. totalWriteCallTime
   7. queueScanCallTime
   8. processScanCallTime
   9. 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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to