You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/11/17 21:24:14 UTC

[jira] Created: (HDFS-1504) FSImageSaver should catch all exceptions, not just IOE

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.