[
https://issues.apache.org/jira/browse/IGNITE-27830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18107697#comment-18107697
]
Ignite TC Bot commented on IGNITE-27830:
----------------------------------------
Checked PR apache/ignite#13007 and local commit f868fb937d in the Ignite 2
checkout. The change is an internal affinity assignment response serialization
fix and has no user-facing documentation impact. Removing only Docs Required;
Release Notes Required is left unchanged.
> Get rid of external serialization in GridDhtAffinityAssignmentResponse
> ----------------------------------------------------------------------
>
> Key: IGNITE-27830
> URL: https://issues.apache.org/jira/browse/IGNITE-27830
> Project: Ignite
> Issue Type: Task
> Reporter: Anton Vinogradov
> Assignee: Dmitry Werner
> Priority: Major
> Labels: ise
> Fix For: 2.19
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> All byte[] should be deleted. Serialisation should be based on original
> fields serialization. They should become messages or supported by the codegen
> framework.
> *Update:*
> # Use {{@Order}} for {{#affAssignmentIds}} and remove
> {{#affAssignmentIdsBytes}}
> # Use {{@Order}} for {{#idealAffAssignment}} and remove
> {{#idealAffAssignmentBytes}}
> # Replace {{#affAssignmentErrBytes}} by {{ErrorMessage}}
> # Remove {{{}#partBytes{}}}, use {{@Order}} with {{@Compress}} for
> {{#partMap}} instead.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)