HDFS-10410. RedundantEditLogInputStream.LOG is set to wrong class. (John Zhuge via lei)
(cherry picked from commit 6a6e74acf5c38a4995c4622148721cfe2f1fbdad)
This commit is contained in:
parent
af70fc42e7
commit
09a613b023
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user