[
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, the time of open stream scanners is much more than processing time if the
NameNode pressure is high.
[https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerCall.java#L349]
was:
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]
> 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, the time of open stream scanners is much more than processing time
> if the NameNode pressure is high.
> [https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerCall.java#L349]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)