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 "dhruba borthakur (JIRA)" <ji...@apache.org> on 2009/12/18 01:30:18 UTC

[jira] Created: (HDFS-841) error while checkpointing edits log gets ignored

error while checkpointing edits log gets ignored
------------------------------------------------

                 Key: HDFS-841
                 URL: https://issues.apache.org/jira/browse/HDFS-841
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: name-node
            Reporter: dhruba borthakur


FSImage.rollEditLog is called to create a new checkpoint of the edits log. In turn, it calls incrementCheckpointTime, which in turn invokes setCheckpointTime. This method cathes and ignores the exception thrown by writeCheckpointTime(). I am assuming that this could cause a potential problem. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.