You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Gura (JIRA)" <ji...@apache.org> on 2015/08/04 21:27:05 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14654207#comment-14654207 ] 

Andrey Gura commented on IGNITE-1175:
-------------------------------------

Test {{CacheDhtLocalPartitionAfterRemoveSelfTest}} changed in order to fail (force fail yet with link to the ticket) and added to {{IgniteCacheTestSuite2}}.

Attached patch contains changes in {{GridCacheContext.defferedDelete}} proposed by [~agoncharuk]. I don't think that deffered delet is needed in this case so {{GridCacheMapEntry#innerRemove}} is not changed.

> 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: Andrey Gura
>             Fix For: ignite-1.4
>
>         Attachments: ignite-1175.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)