[
https://issues.apache.org/jira/browse/IGNITE-26976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18036716#comment-18036716
]
Evgeny Stanilovsky commented on IGNITE-26976:
---------------------------------------------
we need to make sure that no double compression is happen in such a case
> Add compression capability to the serialization framework
> ---------------------------------------------------------
>
> Key: IGNITE-26976
> URL: https://issues.apache.org/jira/browse/IGNITE-26976
> Project: Ignite
> Issue Type: Improvement
> Reporter: Dmitry Werner
> Assignee: Dmitry Werner
> Priority: Major
> Labels: IEP-132, ise
>
> It is necessary to add data compression capabilities to the serialization
> protocol.
> The logic should be similar to the existing logic in
> GridDhtPartitionsFullMessage#prepareMarshal:
> {code:java}
> byte[] marshalled = U.marshal(ctx, payload);
> if (compressed())
> marshalled = U.zip(marshalled,
> ctx.gridConfig().getNetworkCompressionLevel()); {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)