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

Work on HDFS-10410 started by John Zhuge.
-----------------------------------------
> 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
>            Reporter: John Zhuge
>            Assignee: John Zhuge
>            Priority: Minor
>
> 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