Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The EntryEvent getNewValue and getOldValue methods may fail with unexpected exception on offheap regions. If these methods are called on an EntryEvent after the method it was passed to returns they are supposed to fail with IllegalStateException. But a race condition exists that can cause them to fail in other ways while trying to deserialize the object in the offheap memory.