Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-14962

RBF: ConnectionPool#newConnection() error log wrong protocol class

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.3.0
    • 3.3.0
    • rbf
    • Reviewed
    • RBF

    Description

      ConnectionPool#newConnection() has following code:

      String msg = "Unsupported protocol for connection to NameNode: "
          + ((proto != null) ? proto.getClass().getName() : "null");
      

      proto.getClass().getName() should be proto.getName()

      My IDE can figure out the issue.

      Attachments

        Issue Links

          Activity

            People

              John Smith Yuxuan Wang
              John Smith Yuxuan Wang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: