Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
Currently 2 HTTFS test cases failing due to filesystem open check in fs operations
This is the JIRA fix these failures.
Failure seems like
test case is closing fs first and then doing operation. Ideally such test could pas earlier as dfsClient was just contacting with NN directly. But that particular closed client will not be useful for any other ops like read/write. So, usage should be corrected here IMO.
fs.close();
fs.setReplication(path, (short) 2);
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-8332 DFS client API calls should check filesystem closed
- Resolved