HDFS-14779. Fix logging error in TestEditLog#testMultiStreamsLoadEditWithConfMaxTxns
(cherry picked from commit 8ab7020e641e65deb002a10732d23bb22802c09d)
This commit is contained in:
parent
8b12381717
commit
d255efa5f8
@ -364,7 +364,7 @@ public void testMultiStreamsLoadEditWithConfMaxTxns()
|
|||||||
readFsImage.loadEdits(editStreams, namesystem, 100, null, null);
|
readFsImage.loadEdits(editStreams, namesystem, 100, null, null);
|
||||||
} catch (Exception e){
|
} catch (Exception e){
|
||||||
LOG.error("There appears to be an out-of-order edit in the edit log",
|
LOG.error("There appears to be an out-of-order edit in the edit log",
|
||||||
e.getMessage());
|
e);
|
||||||
fail("no exception should be thrown");
|
fail("no exception should be thrown");
|
||||||
} finally {
|
} finally {
|
||||||
if (readFsImage != null) {
|
if (readFsImage != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user