[
https://issues.apache.org/jira/browse/IGNITE-27830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18107928#comment-18107928
]
Ignite TC Bot commented on IGNITE-27830:
----------------------------------------
Release-note triage: removed the Release Notes Required flag because the final
change preserves affinity-exchange behavior while replacing internal message
serialization. No user-facing release note is needed.
> 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)