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 2015/08/20 09:46:45 UTC

[jira] [Resolved] (IGNITE-1175) Entries are not removed from GridDhtLocalPartition after IgniteCache.remove

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

Semen Boikov resolved IGNITE-1175.
----------------------------------
    Resolution: Fixed

Changes in deferredDelete were reverted, missed 'onDeferredDelete' call was added in GridCacheMapEntry.innerRemove.

> Entries are not removed from GridDhtLocalPartition after IgniteCache.remove
> ---------------------------------------------------------------------------
>
>                 Key: IGNITE-1175
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1175
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>            Reporter: Irina Vasilinets
>            Assignee: Semen Boikov
>             Fix For: ignite-1.4
>
>         Attachments: ignite-1175.patch, master_ae11e9b5aa_ignite-1175.patch, master_d9acbd1_defdel.patch
>
>
> For transactional cache entries are not removed from {{GridDhtLocalPartition.map}} and are not added to remove queue (methods {{onDeferredDelete}} and {{onRemoved}} are not called from {{IgniteCache.remove}} method).
> See {{CacheDhtLocalPartitionAfterRemoveSelfTest}}.



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