[
https://issues.apache.org/jira/browse/IGNITE-12163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Goncharuk updated IGNITE-12163:
--------------------------------------
Fix Version/s: 2.7.6
> CacheEntryEventType.Removed is not being rised
> ----------------------------------------------
>
> 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
> 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)