Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
HA branch (HDFS-1623)
-
None
-
Reviewed
Description
EditLogTailer#doTailEdits currently catches, logs, and swallows EditLogInputException. This is fine in the case when the standby is sitting idly behind tailing logs. However, when the standby is transitioning to active, swallowing this exception is incorrect, since it could cause the standby to silently fail to load all the edits before becoming active.
Attachments
Attachments
Issue Links
- is blocked by
-
HADOOP-7970 All HAServiceProtocol methods have to throw IOException since they are invoked over the network
- Resolved