[
https://issues.apache.org/jira/browse/IGNITE-11150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anton Kurbanov updated IGNITE-11150:
------------------------------------
Description:
Currently on calling cache.destroy() exchange future waits for page memory to
be cleaned up in
org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager#onCacheGroupsStopped
in synchronous way making all cluster operations unresponsive, it severely
affects cases where large caches are destroyed.
was:
Currently exchange future waits for page memory to be cleaned up in
org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager#onCacheGroupsStopped
in synchronous way making all cluster operations unresponsive, it severely
affects cases where large caches are destroyed.
> Exchange future synchronously waits for page memory cleanup
> -----------------------------------------------------------
>
> Key: IGNITE-11150
> URL: https://issues.apache.org/jira/browse/IGNITE-11150
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.7
> Reporter: Anton Kurbanov
> Priority: Major
>
> Currently on calling cache.destroy() exchange future waits for page memory to
> be cleaned up in
> org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager#onCacheGroupsStopped
> in synchronous way making all cluster operations unresponsive, it severely
> affects cases where large caches are destroyed.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)