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

Yuxuan Wang commented on HDFS-14962:
------------------------------------

Very *small* PR created.

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