You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Anton Kurbanov (JIRA)" <ji...@apache.org> on 2019/01/30 15:25:00 UTC

[jira] [Updated] (IGNITE-11150) Exchange future synchronously waits for page memory cleanup

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