You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgeny Stanilovsky (Jira)" <ji...@apache.org> on 2021/11/22 09:43:00 UTC

[jira] [Updated] (IGNITE-15953) Simultaneous atomic cache destroy and continuous cache operations may cause the cluster to hang.

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

Evgeny Stanilovsky updated IGNITE-15953:
----------------------------------------
    Summary: Simultaneous atomic cache destroy and continuous cache operations may cause the cluster to hang.   (was: Simultaneous cache destroy and implicit tx operations may cause the cluster to hang. )

> Simultaneous atomic cache destroy and continuous cache operations may cause the cluster to hang. 
> -------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-15953
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15953
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 2.11
>            Reporter: Evgeny Stanilovsky
>            Priority: Major
>         Attachments: Test.java
>
>
> Reproducer attached.
> cache.put gets rwLock.readLock() here GridCacheGateway#enter and blocks on active exchange, while exchange waits GridCacheGateway#onStopped
> and can`t get rwLock.writeLock().



--
This message was sent by Atlassian Jira
(v8.20.1#820001)