[
https://issues.apache.org/jira/browse/IGNITE-16298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Valentin Kulichenko updated IGNITE-16298:
-----------------------------------------
Fix Version/s: 3.0.0-alpha5
(was: 3.0.0-alpha4)
> Object identity distinction must be preserved after marshalling+unmarshalling
> -----------------------------------------------------------------------------
>
> Key: IGNITE-16298
> URL: https://issues.apache.org/jira/browse/IGNITE-16298
> Project: Ignite
> Issue Type: Improvement
> Components: networking
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-alpha5
>
>
> If we marshal an object graph containing N distinct objects that are all
> equal, then after unmarshalling we must get N distinct objects and not N
> references all pointing to just 1 object. It's easy to miss this requirement
> for primitive wrapper types (like Integer).
> Also, when we marshal a graph containing N references to the same object,
> after the unmarshalling this property must be maintained.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)