HDFS-10410. RedundantEditLogInputStream.LOG is set to wrong class. (John Zhuge via lei)

(cherry picked from commit 6a6e74acf5c38a4995c4622148721cfe2f1fbdad)
This commit is contained in:
Lei Xu 2016-05-16 17:05:46 -07:00
parent af70fc42e7
commit 09a613b023

View File

@ -37,7 +37,8 @@
* different subset of the available edits.
*/
class RedundantEditLogInputStream extends EditLogInputStream {
public static final Log LOG = LogFactory.getLog(EditLogInputStream.class.getName());
public static final Log LOG = LogFactory.getLog(
RedundantEditLogInputStream.class.getName());
private int curIdx;
private long prevTxId;
private final EditLogInputStream[] streams;