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

RedundantEditLogInputStream#LOG is set to wrong class

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.6.0
    • 2.9.0, 3.0.0-alpha1
    • None

    Description

      Found the issue while analyzing a log message that points to the wrong class.

      class RedundantEditLogInputStream extends EditLogInputStream {
        public static final Log LOG = LogFactory.getLog(EditLogInputStream.class.getName());
      

      should be changed to:

        public static final Log LOG = LogFactory.getLog(RedundantEditLogInputStream.class.getName());
      

      Attachments

        1. HDFS-10410.001.patch
          1 kB
          John Zhuge

        Activity

          People

            jzhuge John Zhuge
            jzhuge John Zhuge
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: