[
https://issues.apache.org/jira/browse/IGNITE-26976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18055374#comment-18055374
]
Ignite TC Bot commented on IGNITE-26976:
----------------------------------------
{panel:title=Branch: [pull/12527/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/12527/head] Base: [master] : No new tests
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8831214&buildTypeId=IgniteTests24Java8_RunAll]
> 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: Blocker
> Labels: IEP-132, ise
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)