[
https://issues.apache.org/jira/browse/IGNITE-16259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Valentin Kulichenko updated IGNITE-16259:
-----------------------------------------
Fix Version/s: 3.0.0-alpha5
(was: 3.0.0-alpha4)
> Improve detection of objects that cannot participate in object graph cycles
> ---------------------------------------------------------------------------
>
> Key: IGNITE-16259
> URL: https://issues.apache.org/jira/browse/IGNITE-16259
> Project: Ignite
> Issue Type: Improvement
> Components: networking
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-alpha5
>
>
> Currently, only built-ins are considered to be immune to participating in
> object graph cycles. But more classes are immune: for example, a class that
> only contains primitive fields cannot participate in cycles.
> Representation of a non-cycleable object is a bit more compact (as we do not
> need to store object ID for it), so we can save a bit of space here.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)