Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Incompatible change, Reviewed
-
Description
I could see listCacheDirectives() and listCachePools() APIs can be called even after the filesystem close. Instead these calls should do checkOpen and throws:
java.io.IOException: Filesystem closed at org.apache.hadoop.hdfs.DFSClient.checkOpen(DFSClient.java:464)
Attachments
Attachments
Issue Links
- breaks
-
HDFS-8412 Fix the test failures in HTTPFS: In some tests setReplication called after fs close.
- Resolved