[
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)