Description
This jira is about a broken test case in branch-0.23 only.
After HDFS-4233, testAllEditsDirsFailOnFlush started making subsequent cases in the same file fail. This is because MiniDFSCluster won't shutdown cleanly due to logSync() failure caused by lack of active journal streams. Without HDFS-4233, the condition was not detected and logSync() incorrectly ran without any error. To make MiniDFSCluster shutdown cleanly after a crash, the edit log needs to be aborted.
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-4233 NN keeps serving even after no journals started while rolling edit
- Resolved