Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.7.0
-
None
-
Reviewed
Description
This was found by kihwal as part of HDFS-8865 work in this comment.
The unit test testQuotaByStorageTypePersistenceInFsImage/testQuotaByStorageTypePersistenceInFsEdit failed to detect this because they were using an obsolete
FsDirectory instance. Once added the highlighted line below, the issue can be reproed.
++++>fsdir = cluster.getNamesystem().getFSDirectory(); INode testDirNodeAfterNNRestart = fsdir.getINode4Write(testDir.toString());
Attachments
Attachments
Issue Links
- is related to
-
HDFS-8865 Improve quota initialization performance
- Resolved