HDFS-2860. TestDFSRollback#testRollback is failing. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-1623@1239968 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
32c313d51c
commit
05ab55b705
@ -153,3 +153,5 @@ HDFS-2870. Fix log level for block debug info in processMisReplicatedBlocks (tod
|
||||
HDFS-2859. LOCAL_ADDRESS_MATCHER.match has NPE when called from DFSUtil.getSuffixIDs when the host is incorrect (Bikas Saha via todd)
|
||||
|
||||
HDFS-2861. checkpointing should verify that the dfs.http.address has been configured to a non-loopback for peer NN (todd)
|
||||
|
||||
HDFS-2860. TestDFSRollback#testRollback is failing. (atm)
|
||||
|
@ -248,7 +248,7 @@ public void testRollback() throws Exception {
|
||||
baseDirs = UpgradeUtilities.createNameNodeStorageDirs(nameNodeDirs, "previous");
|
||||
deleteMatchingFiles(baseDirs, "edits.*");
|
||||
startNameNodeShouldFail(StartupOption.ROLLBACK,
|
||||
"Gap in transactions. Expected to be able to read up until at least txid ");
|
||||
"No non-corrupt logs for txid ");
|
||||
UpgradeUtilities.createEmptyDirs(nameNodeDirs);
|
||||
|
||||
log("NameNode rollback with no image file", numDirs);
|
||||
|
Loading…
Reference in New Issue
Block a user