You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Puchkovskiy (Jira)" <ji...@apache.org> on 2021/12/27 16:36:00 UTC

[jira] [Commented] (IGNITE-16185) Improve the interface of UserObjectMarshaller

    [ https://issues.apache.org/jira/browse/IGNITE-16185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465809#comment-17465809 ] 

Roman Puchkovskiy commented on IGNITE-16185:
--------------------------------------------

Thank you for your review!

> Improve the interface of UserObjectMarshaller
> ---------------------------------------------
>
>                 Key: IGNITE-16185
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16185
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Roman Puchkovskiy
>            Assignee: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha4
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> There should be 2 'registries' of class descriptors: local one (which is global and contains descriptors for classes loaded by the local node) and remote one (which is session-bound and contains only descriptors received from a remote node).
> marshal() method should only work with the local registry in read-write mode (as it can add descriptors for classes never marshalled before).
> unmarshal() method should work with the merge of local and remote registries (remote registry taking precedence), but only in read-only mode (it should not modify the registries).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)