Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
HA branch (HDFS-1623)
-
None
-
Reviewed
Description
This test is failing periodically on this assertion:
assertEquals(12, nn0.getNamesystem().getFSImage().getStorage() .getMostRecentCheckpointTxId());
My guess is it's a test race. Investigating...