-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: HA branch (HDFS-1623)
-
Fix Version/s: HA branch (HDFS-1623)
-
Labels:None
-
Target Version/s:
-
Hadoop Flags:Reviewed
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.
- is blocked by
-
HADOOP-7970 All HAServiceProtocol methods have to throw IOException since they are invoked over the network
-
- Resolved
-