[
https://issues.apache.org/jira/browse/IGNITE-19937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Tkalenko updated IGNITE-19937:
-------------------------------------
Reviewer: Kirill Tkalenko
> Introduce a NetworkMessage for transferring BinaryRows in Raft messages
> -----------------------------------------------------------------------
>
> Key: IGNITE-19937
> URL: https://issues.apache.org/jira/browse/IGNITE-19937
> Project: Ignite
> Issue Type: Task
> Reporter: Aleksandr Polovtcev
> Assignee: Aleksandr Polovtcev
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When serializing BinaryRow instances as part of Raft messages, the following
> approach is used:
> # BinaryRow is serialized using {{BinaryRow#byteBuffer}} method.
> # ByteBuffer is de-serialized by wrapping it in a {{ByteBufferRow}}.
> Instead it is proposed to replace this approach with introducing a
> {{BinaryRowMessage}} with a schema version field and a binary tuple field.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)