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 2009/12/29 18:14:29 UTC

[jira] Created: (HDFS-864) Potential deadlock rolling edit logs

Potential deadlock rolling edit logs
------------------------------------

                 Key: HDFS-864
                 URL: https://issues.apache.org/jira/browse/HDFS-864
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: name-node
    Affects Versions: 0.22.0
            Reporter: Todd Lipcon
         Attachments: cycle.png

FSEditLog.rollEditLog locks the log, then the FSImage. FSImage.close locks the image, then the log.

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