HDFS-3773. TestNNWithQJM fails after HDFS-3741. Contributed by Aaron T. Myers.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1370846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Aaron Myers 2012-08-08 17:21:27 +00:00
parent 3a53ef4a80
commit bc88c7b043
2 changed files with 3 additions and 1 deletions

View File

@ -12,3 +12,5 @@ HDFS-3693. JNStorage should read its storage info even before a writer becomes a
HDFS-3725. Fix QJM startup when individual JNs have gaps (todd)
HDFS-3741. Exhaustive failure injection test for skipped RPCs (todd)
HDFS-3773. TestNNWithQJM fails after HDFS-3741. (atm)

View File

@ -76,7 +76,7 @@ public class QuorumJournalManager implements JournalManager {
private final AsyncLoggerSet loggers;
QuorumJournalManager(Configuration conf,
public QuorumJournalManager(Configuration conf,
URI uri, NamespaceInfo nsInfo) throws IOException {
this(conf, uri, nsInfo, IPCLoggerChannel.FACTORY);
}