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

Hudson commented on HDFS-14962:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #17624 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/17624/])
HDFS-14962. RBF: ConnectionPool#newConnection() error log wrong protocol 
(ayushsaxena: rev b25a37c3229e1a66699d649f6caf80ffc71db5b8)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/ConnectionPool.java
* (edit) 
hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/hdfs/server/federation/router/TestConnectionManager.java


> RBF: ConnectionPool#newConnection() error log wrong protocol class
> ------------------------------------------------------------------
>
>                 Key: HDFS-14962
>                 URL: https://issues.apache.org/jira/browse/HDFS-14962
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: rbf
>    Affects Versions: 3.3.0
>            Reporter: Yuxuan Wang
>            Assignee: Yuxuan Wang
>            Priority: Minor
>              Labels: RBF
>             Fix For: 3.3.0
>
>
> ConnectionPool#newConnection() has following code:
> {code:java}
> String msg = "Unsupported protocol for connection to NameNode: "
>     + ((proto != null) ? proto.getClass().getName() : "null");
> {code}
> *proto.getClass().getName()* should be *proto.getName()*
> My IDE can figure out the issue.



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