Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-4899

Mutliple times wrong class provided for logger instantiation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • None
    • None
    • None
    • None
    • Incompatible change

    Description

      Working in PermissionChecker.java I noticed the wrong class was being provided for the logger instantiation (LOG = LogFactory.getLog(UserGroupInformation.class, should be LogFactory.getLog(PermissionChecker.class);. Probably a copy-and-paste mistake. I searched through the source files and found several other instances across the project of this error. This could cause problems when trying to examine the logs, as entries would appear to be coming from the incorrect class.

      Attachments

        1. HADOOP-4899.patch
          9 kB
          Jakob Homan
        2. HADOOP-4899.patch
          8 kB
          Jakob Homan

        Activity

          People

            jghoman Jakob Homan
            jghoman Jakob Homan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: