[
https://issues.apache.org/jira/browse/HBASE-29632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
mokai updated HBASE-29632:
--------------------------
Description:
ServerCall has rpc callback, it handles some logic while setting the response
like conver pread scan to stream scan. The processing time is calculated before
it.
[https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerCall.java#L349]
The client scan request is slow,
was:ServerCall has rpc callback, it handles some logic while setting the
response like conver pread scan to stream scan. The processing time is calcuted
before it.
> processingtimems in responseTooSlow log should include the time of RpcCallback
> ------------------------------------------------------------------------------
>
> Key: HBASE-29632
> URL: https://issues.apache.org/jira/browse/HBASE-29632
> Project: HBase
> Issue Type: Improvement
> Components: logging
> Affects Versions: 2.4.14
> Reporter: mokai
> Assignee: mokai
> Priority: Major
>
> ServerCall has rpc callback, it handles some logic while setting the response
> like conver pread scan to stream scan. The processing time is calculated
> before it.
> [https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerCall.java#L349]
>
> The client scan request is slow,
--
This message was sent by Atlassian Jira
(v8.20.10#820010)