You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/04/25 17:29:12 UTC

[jira] [Commented] (IGNITE-3052) .NET: Exception on cache event deserialization

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

Pavel Tupitsyn commented on IGNITE-3052:
----------------------------------------

There is a `org.apache.ignite.internal.processors.cache.version.GridCacheVersion` object in the lockId field.
It is being written using optimized marshaller (due to BinaryClassDescriptor.useOptimizedMarshaller flag) and can't be read on .NET side.

> .NET: Exception on cache event deserialization
> ----------------------------------------------
>
>                 Key: IGNITE-3052
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3052
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 1.1.4
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>             Fix For: 1.6
>
>
> Deserialization fails on LockId for some of the cache events.
> To reproduce: subscribe to all cache events, add local listener, put to cache, run under debugger to see the error. 
> Or run EventsTest under the debugger.



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