[
https://issues.apache.org/jira/browse/IGNITE-27606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18101451#comment-18101451
]
Anton Vinogradov commented on IGNITE-27606:
-------------------------------------------
I removed the {{wire-format}} label from this ticket.
That label marks the tickets that change the message format and therefore have
to be merged before 2.19 is released. This change turned out to be
wire-neutral: the {{byte[]}} and its byte layout are unchanged, only the way it
is accessed. The label was added when the first reading of the ticket assumed
the raw array would have to become typed fields.
The fixVersion stays 2.19, since that is the release the fix goes into.
> Investigate PartitionUpdateCountersMessage to remove GridUnsafe and raw array
> counter transforms
> ------------------------------------------------------------------------------------------------
>
> Key: IGNITE-27606
> URL: https://issues.apache.org/jira/browse/IGNITE-27606
> Project: Ignite
> Issue Type: Improvement
> Reporter: Aleksandr Chesnokov
> Assignee: Anton Vinogradov
> Priority: Major
> Labels: IEP-132
> Fix For: 2.19
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The current implementation of PartitionUpdateCountersMessage performs counter
> transformations using raw arrays and GridUnsafe. Propose and implement an
> alternative approach that avoids GridUnsafe and reduces low-level array
> manipulation, without regressions in performance or network serialization
> behavior
--
This message was sent by Atlassian Jira
(v8.20.10#820010)