You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2008/07/08 00:50:33 UTC

[jira] Commented: (HADOOP-3709) Lock hierarchy violation in namenode while handling hearbeats

    [ https://issues.apache.org/jira/browse/HADOOP-3709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611384#action_12611384 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-3709:
------------------------------------------------

> This is a lock hierarchy violation. This leads to deadlock. 

In current codes, is the heartbeats lock released before calling blockReportProcessed(...)?  If it is the case, there is no deadlock

> Lock hierarchy violation in namenode while handling hearbeats
> -------------------------------------------------------------
>
>                 Key: HADOOP-3709
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3709
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>            Reporter: dhruba borthakur
>
> The heartbeat processing code recently got rearranged via HADOOP-3254. FSNamesystem.handleHeartbeat acquires the hearbeat lock and then invoke blockReportProcessed. This method tries to acquire the global FSNamesystem lock. This is a lock hierarchy violation. This leads to deadlock.
> The heatbeat processing code should acquire only the heartbeat lock. It should not acquire the global lock, otherwise heartprocessing become too heavyweight.
> This code occurs only on trunk and not o 018 branch. Surprise!

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