HDFS-14779. Fix logging error in TestEditLog#testMultiStreamsLoadEditWithConfMaxTxns

(cherry picked from commit 8ab7020e64)
This commit is contained in:
Jonathan Hung 2019-08-27 10:30:31 -07:00
parent 8b12381717
commit d255efa5f8
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ public class TestEditLog {
readFsImage.loadEdits(editStreams, namesystem, 100, null, null);
} catch (Exception e){
LOG.error("There appears to be an out-of-order edit in the edit log",
e.getMessage());
e);
fail("no exception should be thrown");
} finally {
if (readFsImage != null) {