[
https://issues.apache.org/jira/browse/IGNITE-9020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amelchev Nikita updated IGNITE-9020:
------------------------------------
Fix Version/s: 2.7
> .NET: Creating CacheEntry events regardless of values.
> ------------------------------------------------------
>
> Key: IGNITE-9020
> URL: https://issues.apache.org/jira/browse/IGNITE-9020
> Project: Ignite
> Issue Type: Task
> Components: platforms
> Reporter: Amelchev Nikita
> Priority: Minor
> Labels: dot_net
> Fix For: 2.7
>
>
> At Java, cache entry events serialize in
> _PlatformUtils.writeCacheEntryEvent()_ method. It writes only _key_, _val_,
> and _oldVal_. *EventType doesn't write*.
> At .Net _ContinuousQueryUtils.ReadEvent0()_ method create events after check
> on exist _val_ and _oldVal_ fields.
> TCK 1.1 says that _getValue()_ not _null_ for REMOVE/EXPIRED events if old
> value required and it breaks logic.
> The possible solution is to check event type in this methods.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)