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

Lei (Eddy) Xu updated HDFS-10410:
---------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0-alpha1
                   2.9.0
           Status: Resolved  (was: Patch Available)

The change is trivial. It provides more clear context for the log messages.

+1. Thanks a lot, [~jzhuge]!

> RedundantEditLogInputStream#LOG is set to wrong class
> -----------------------------------------------------
>
>                 Key: HDFS-10410
>                 URL: https://issues.apache.org/jira/browse/HDFS-10410
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 2.6.0
>            Reporter: John Zhuge
>            Assignee: John Zhuge
>            Priority: Minor
>              Labels: supportability
>             Fix For: 2.9.0, 3.0.0-alpha1
>
>         Attachments: HDFS-10410.001.patch
>
>
> Found the issue while analyzing a log message that points to the wrong class.
> {code}
> class RedundantEditLogInputStream extends EditLogInputStream {
>   public static final Log LOG = 
> LogFactory.getLog(EditLogInputStream.class.getName());
> {code}
> should be changed to:
> {code}
>   public static final Log LOG = 
> LogFactory.getLog(RedundantEditLogInputStream.class.getName());
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to