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

Dispatcher#dispatch should log IOException stacktrace

    XMLWordPrintableJSON

Details

    Description

      This error logging should be improved. A warning log should record the stacktrace as well.

      Dispatcher#dispatch
      try {
      ...
      } catch (IOException e) {
              LOG.warn("Failed to move " + this + ": " + e.getMessage());
      ...
      }
      

      Attachments

        1. HDFS-10876.001.patch
          1.0 kB
          Manoj Govindassamy

        Activity

          People

            manojg Manoj Govindassamy
            weichiu Wei-Chiu Chuang
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: