[ 
https://issues.apache.org/jira/browse/HDFS-16183?focusedWorklogId=641459&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-641459
 ]

ASF GitHub Bot logged work on HDFS-16183:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 25/Aug/21 02:24
            Start Date: 25/Aug/21 02:24
    Worklog Time Spent: 10m 
      Work Description: wzhallright commented on a change in pull request #3328:
URL: https://github.com/apache/hadoop/pull/3328#discussion_r695342310



##########
File path: 
hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RouterRpcClient.java
##########
@@ -517,7 +517,6 @@ private Object invokeMethod(
           // Communication retries are handled by the retry policy
           if (this.rpcMonitor != null) {
             this.rpcMonitor.proxyOpFailureCommunicate();
-            this.rpcMonitor.proxyOpComplete(false);

Review comment:
       If boolean is false, proxyOpComplete in FederationRPCPerformanceMonitor 
will do nothing, so maybe it can be deleted?




-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 641459)
    Time Spent: 40m  (was: 0.5h)

> RBF: Delete  unnecessary metric of proxyOpComplete in routerRpcClient
> ---------------------------------------------------------------------
>
>                 Key: HDFS-16183
>                 URL: https://issues.apache.org/jira/browse/HDFS-16183
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: wangzhaohui
>            Assignee: wangzhaohui
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> In routerRpcClient, this.rpcMonitor.proxyOpComplete(false) do nothing, so 
> maybe it doesn't need to exist.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to