You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Yuxuan Wang (Jira)" <ji...@apache.org> on 2019/11/07 02:32:00 UTC

[jira] [Created] (HDFS-14962) RBF: ConnectionPool#newConnection() error log wrong protocol class

Yuxuan Wang created HDFS-14962:
----------------------------------

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


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-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org