Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
In FSDirectory, quite a few methods are unnecessary declared with "throws IOException". In some cases, it can just be removed without causing any compilation problem. In some other cases, it can be replaced with a specific subclass like QuotaExceededException.
Attachments
Attachments
Issue Links
- incorporates
-
HADOOP-4816 FSDirectory.closeFile should not throw IOException
- Resolved