[
https://issues.apache.org/jira/browse/HBASE-22273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821945#comment-16821945
]
Nick Dimiduk commented on HBASE-22273:
--------------------------------------
Isn’t the purpose of the slow query log to help you identify your poorly
written queries? Time spent in queue is not related to the query itself, it’s
an artifact of the configuration and current server load. I’d rather keep an
eye on the queue time metric instead of play whack-a-mole with application
queries.
Am I off base here?
> Include queuetime in the condition of reponseTooSlow
> ----------------------------------------------------
>
> Key: HBASE-22273
> URL: https://issues.apache.org/jira/browse/HBASE-22273
> Project: HBase
> Issue Type: Improvement
> Components: logging, regionserver
> Reporter: puleya7
> Priority: Minor
> Attachments: HBASE-22273.patch
>
>
> I think the condition of responseTooSlow should include queuetime,
> occasionally requests queued too much due to bad callqueue config, but there
> is no slow log because processingTime is short.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)