[ 
https://issues.apache.org/jira/browse/HADOOP-4899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jakob Homan updated HADOOP-4899:
--------------------------------

    Status: Patch Available  (was: Open)

Fixes all instances I could find of the wrong class being provided to the 
logger.  This seems like something Findbugs or another static analysis tool 
should catch.

> Mutliple times wrong class provided for logger instantiation
> ------------------------------------------------------------
>
>                 Key: HADOOP-4899
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4899
>             Project: Hadoop Core
>          Issue Type: Bug
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>            Priority: Minor
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to