FSImageSaver should catch all exceptions, not just IOE ------------------------------------------------------
Key: HDFS-1504 URL: https://issues.apache.org/jira/browse/HDFS-1504 Project: Hadoop HDFS Issue Type: Bug Components: name-node Affects Versions: 0.22.0, 0.23.0 Reporter: Todd Lipcon Assignee: Todd Lipcon Priority: Minor Attachments: hdfs-1504.txt FSImageSaver currently just catches IOE. This means that if some other error like OOME or failed assert happens in saving one of the images, the coordinating thread won't know there was a problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.