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

[jira] [Resolved] (IGNITE-4314) Cache.clear should not destroy offheap map

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

Semen Boikov resolved IGNITE-4314.
----------------------------------
    Resolution: Fixed
      Assignee:     (was: Semen Boikov)

Fixed, merged in master.

> Cache.clear should not destroy offheap map
> ------------------------------------------
>
>                 Key: IGNITE-4314
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4314
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 1.7
>            Reporter: Semen Boikov
>             Fix For: 1.9
>
>
> Currently when offheap is enabled then cache.clear() operations fully destroys offheap map (GridCacheClearAllRunnable calls GridCacheSwapManager.clearOffHeap). This is not correct since there can be entry referenceing cleared memory, it seems offheap should be cleared in the same way as swap using offheap keys iterator.



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