You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/05/22 09:29:00 UTC

[jira] [Commented] (HDFS-17023) Record proxy time when call invokeConcurrent method.

    [ https://issues.apache.org/jira/browse/HDFS-17023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17724846#comment-17724846 ] 

ASF GitHub Bot commented on HDFS-17023:
---------------------------------------

hfutatzhanghb opened a new pull request, #5683:
URL: https://github.com/apache/hadoop/pull/5683

   
   
   ### Description of PR
   please see HDFS-17023
   ### How was this patch tested?
   No need new unit tests.
   




> Record proxy time when call invokeConcurrent method.
> ----------------------------------------------------
>
>                 Key: HDFS-17023
>                 URL: https://issues.apache.org/jira/browse/HDFS-17023
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: rbf
>    Affects Versions: 3.3.4
>            Reporter: farmmamba
>            Priority: Minor
>
> Currently, we only invoke below code snippet in invokeConcurrent method.
> {code:java}
> if (rpcMonitor != null) {
>   rpcMonitor.proxyOp();
> } {code}
> Whether should we invoke `proxyOpComplete` method like what invokeMethod does or not?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org