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.