[ 
https://issues.apache.org/jira/browse/IGNITE-12163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927706#comment-16927706
 ] 

Pavel Tupitsyn commented on IGNITE-12163:
-----------------------------------------

[~ashapkin] looks good to me

> .NET: CacheEntryEventType.Removed is not being risen
> ----------------------------------------------------
>
>                 Key: IGNITE-12163
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12163
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.7.5
>            Reporter: Alexandr Shapkin
>            Assignee: Alexandr Shapkin
>            Priority: Critical
>              Labels: .NET
>             Fix For: 2.7.6
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Steps to reproduce:
>  * Create a cache with user-defined type
>  * Add an ICacheEntryEventListener in order to be notified of 
> CacheEntryEventType.Removed events
>  * Put a value in the cache
>  * Remove that value
> Expected: CacheEntryEventType.Removed event get captured
> Actual: CacheEntryEventType.Updated event get captured
> Update:
> After these changes https://issues.apache.org/jira/browse/IGNITE-8714
> New logic of detecting events (ContinuousQueryUtils.cs) now relies on the 
> Object.Equals method which is not intuitive at all.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to