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-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to