You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/05/28 05:31:51 UTC

[GitHub] [hadoop] ayushtkn commented on a diff in pull request #4368: HDFS-16599. Fix typo in hadoop-hdfs-rbf modle.

ayushtkn commented on code in PR #4368:
URL: https://github.com/apache/hadoop/pull/4368#discussion_r884074754


##########
hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RouterRpcClient.java:
##########
@@ -624,7 +624,7 @@ private void addClientIpToCallerContext() {
    * @param nsId Identifier for the namespace
    * @param retryCount Current retry times
    * @param method Method to invoke
-   * @param obj Target object for the method
+   * @param obj Target Object for the method

Review Comment:
   no need, it is ok



##########
hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RouterRpcClient.java:
##########
@@ -875,7 +875,7 @@ public <T> T invokeSingle(final String nsId, RemoteMethod method,
    * @param method The remote method and parameters to invoke.
    * @param clazz Class for the return type.
    * @return The result of invoking the method.
-   * @throws IOException If the invoke generated an error.
+   * @throws IOException If to invoke generated an error.

Review Comment:
   these the->to change isn't correct. Remove all such



-- 
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-unsubscribe@hadoop.apache.org

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


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