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)