[
https://issues.apache.org/jira/browse/HADOOP-4899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz Wo (Nicholas), SZE updated HADOOP-4899:
-------------------------------------------
Hadoop Flags: [Incompatible change]
This is an incompatible change since it changes the log output. I am not sure
whether this is a good thing to do since it may break client scripts which read
log messages as input.
> 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
> Attachments: HADOOP-4899.patch, HADOOP-4899.patch
>
>
> 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.