[ 
https://issues.apache.org/jira/browse/HDFS-13051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

zhangwei updated HDFS-13051:
----------------------------
    Description: When we apply AsyncEditlog in our prod env, in extremely case, 
deadlock will occur and crash the namenode.  in the case, rollEditlog rpc call 
happen while AsyncEditlog asynchronized takes edit object from queue and is 
going to acquire AsyncEditlog  object lock to executed it's logEdit method.  
(was: When we apply AsyncEditlog in our prod env, in extremely case, deadlock 
will occur and crash the namenode.  in the case, rollEditlog rpc call happen 
while AsyncEditlog asynchronized takes edit object from queue and acquire lock 
to executed it's logEdit method.)

> dead lock occurs when using async editlog while rolleditlog rpc call happen
> ---------------------------------------------------------------------------
>
>                 Key: HDFS-13051
>                 URL: https://issues.apache.org/jira/browse/HDFS-13051
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: namenode
>    Affects Versions: 2.7.5
>            Reporter: zhangwei
>            Priority: Major
>
> When we apply AsyncEditlog in our prod env, in extremely case, deadlock will 
> occur and crash the namenode.  in the case, rollEditlog rpc call happen while 
> AsyncEditlog asynchronized takes edit object from queue and is going to 
> acquire AsyncEditlog  object lock to executed it's logEdit method.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to