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

NN logs unnecessary org.apache.hadoop.hdfs.protocol.UnresolvedPathException

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.5.1
    • 2.6.0
    • namenode
    • None
    • Reviewed

    Description

      Namenode logs the UnresolvedPathExceptioneven though that file exists in HDFS.
      Each time a symlink is accessed the NN will
      throw an UnresolvedPathException to have the client resolve it. This shouldn't
      be logged in the NN log and we could have really large NN logs if we
      don't fix this since every MR job on the cluster will access this symlink and
      cause a stacktrace to be logged.

      Attachments

        1. HDFS-7233.patch
          0.9 kB
          Rushabh Shah

        Activity

          People

            shahrs87 Rushabh Shah
            shahrs87 Rushabh Shah
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: