Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Edit log branch (HDFS-1073)
-
None
-
None
Description
This was broken out from the HDFS-1799 patch by Ivan.
In FSEditLog we have a common pattern of looping over streams, catching exceptions, and then marking any streams that threw IOEs as bad. We can nicely factor this out into a convenience method to make the code cleaner.
Attachments
Attachments
Issue Links
- is part of
-
HDFS-1799 Refactor log rolling and filename management out of FSEditLog
- Resolved