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/02/01 18:09:00 UTC

[jira] [Commented] (HDFS-16892) Fix method name of RPC.Builder#setnumReaders

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

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

steveloughran commented on code in PR #5301:
URL: https://github.com/apache/hadoop/pull/5301#discussion_r1093569537


##########
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RPC.java:
##########
@@ -901,7 +901,7 @@ public Builder setNumHandlers(int numHandlers) {
      * @return Default: -1.
      * @param numReaders input numReaders.
      */
-    public Builder setnumReaders(int numReaders) {
+    public Builder setNumReaders(int numReaders) {

Review Comment:
   it'll break things. at best a new method can be added, internal code moved and this one tagged as deprecated





> Fix method name  of RPC.Builder#setnumReaders
> ---------------------------------------------
>
>                 Key: HDFS-16892
>                 URL: https://issues.apache.org/jira/browse/HDFS-16892
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Haiyang Hu
>            Assignee: Haiyang Hu
>            Priority: Minor
>              Labels: pull-request-available
>




--
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