[ https://issues.apache.org/jira/browse/IGNITE-28791 ]


    Ignite TC Bot deleted comment on IGNITE-28791:
    ----------------------------------------

was (Author: ignitetcbot):
The available evidence describes a discovery/metastorage serialization 
migration that may affect node interoperability; release-note impact requires 
maintainer review.

> Use MessageSerializer to transfer metastorage DTO's in DataBag
> --------------------------------------------------------------
>
>                 Key: IGNITE-28791
>                 URL: https://issues.apache.org/jira/browse/IGNITE-28791
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Ilya Shishkov
>            Assignee: Vladimir Steshin
>            Priority: Minor
>              Labels: IEP-132, ise, wire-format
>             Fix For: 2.19
>
>          Time Spent: 7h 50m
>  Remaining Estimate: 0h
>
> Following DTO implements {{Serializable}}:
> # {{DistributedMetaStorageJoiningNodeData}}
> # {{DistributedMetaStorageClusterNodeData}}
> They are transferred in {{DiscoveryDataBag}} ({{DiscoveryDataPacket}}) and 
> should be transfromed to a {{Message}}. 
> Some important tips:
> # Implementation of {{Serializable}} should be removed if possible. (If not 
> stored somewhere in MetaStorage, or in PDS).
> # If it is difficult to transform to {{Message}}, message-clone DTO can be 
> added, eg. {{QueryIndexMessage}}.
> # Keep in mind {{#writeObject}} / {{#readObject}} and {{#readExternal}} / 
> {{#writeExternal}} methods, if any.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to