Denis Magda created IGNITE-1011:
-----------------------------------
Summary: GridDhtLockRequest marshals GridLeanMap with
KeyCacheObjectImpl as a key
Key: IGNITE-1011
URL: https://issues.apache.org/jira/browse/IGNITE-1011
Project: Ignite
Issue Type: Bug
Components: general
Affects Versions: sprint-5
Reporter: Denis Magda
Assignee: Denis Magda
Priority: Blocker
Fix For: sprint-6
This causes AssertionError during unmarshalling when KeyCacheObjectImpl is
unmarshalled and hashCode() is called for it. HashCode fails because a wrapped
value is used to determine the hash code but it's not unmrashalled.
The issue exists for a long time and can reproduce when different conditions
are met.
In addition to GridDhtLockRequest other classes with the same issue must be
found and fixed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)