You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yakov Zhdanov (JIRA)" <ji...@apache.org> on 2016/12/06 03:18:58 UTC

[jira] [Updated] (IGNITE-4369) ReentrantLocks hangs on unlock when node is stopped.

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

Yakov Zhdanov updated IGNITE-4369:
----------------------------------
    Summary: ReentrantLocks hangs on unlock when node is stopped.  (was: ReentranLocks hands on unlock when node is stopped.)

> ReentrantLocks hangs on unlock when node is stopped.
> ----------------------------------------------------
>
>                 Key: IGNITE-4369
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4369
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 1.7
>            Reporter: Taras Ledkov
>             Fix For: 1.9
>
>          Time Spent: 4m
>  Remaining Estimate: 0h
>
> The thread hangs on GridCacheLockImpl.unlock when other node is stopped.
> {code}
> at java.lang.Thread.yield(Native Method)
> 	at org.apache.ignite.internal.processors.datastructures.GridCacheLockImpl$Sync.tryRelease(GridCacheLockImpl.java:469)
> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1260)
> 	at org.apache.ignite.internal.processors.datastructures.GridCacheLockImpl.unlock(GridCacheLockImpl.java:1296)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)