You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2015/12/18 02:35:46 UTC

[jira] [Created] (IGNITE-2203) CacheEntryImplEx contains version twice

Valentin Kulichenko created IGNITE-2203:
-------------------------------------------

             Summary: CacheEntryImplEx contains version twice
                 Key: IGNITE-2203
                 URL: https://issues.apache.org/jira/browse/IGNITE-2203
             Project: Ignite
          Issue Type: Bug
          Components: cache
            Reporter: Valentin Kulichenko
            Priority: Critical
             Fix For: 1.5


{{CacheEntryImplEx}} extends {{CacheEntryImpl}}, which duplicated the version.

This makes it impossible to serialize with the {{BinaryMarshaller}}:
{code}
class org.apache.ignite.binary.BinaryObjectException: Duplicate field name [fieldName=ver, cls=org.apache.ignite.internal.processors.cache.CacheEntryImplEx]
{code}

Test that reproduces the failure is attached.



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