[
https://issues.apache.org/jira/browse/IGNITE-29007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18107244#comment-18107244
]
Ignite TC Bot commented on IGNITE-29007:
----------------------------------------
{panel:title=Branch: [pull/13510/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13510/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=9303393&buildTypeId=IgniteTests24Java8_RunAll]
{color:#ffffff}tcbot-analysis-comment chainBuildId=9303393
rerunBuildIds=none{color}
> GridDhtPartitionsFullMessage.cleanUp() does not clear partsSizes
> ----------------------------------------------------------------
>
> Key: IGNITE-29007
> URL: https://issues.apache.org/jira/browse/IGNITE-29007
> Project: Ignite
> Issue Type: Task
> Affects Versions: 2.18
> Reporter: Dmitry Werner
> Assignee: Dmitry Werner
> Priority: Major
> Labels: IEP-132
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The message serialization rework (umbrella IGNITE-25490, "new ser/der
> scheme") converted the partition sub-maps of GridDhtPartitionsFullMessage
> from compact serialized byte[] storage (GC-able after marshalling) into
> first-class @Order Message fields whose live boxed object is now permanently
> retained.
> *Suggested fix:*
> Clear/null partsSizes in GridDhtPartitionsFullMessage.cleanUp() (not needed
> after the exchange completes).
> See the details in [https://github.com/apache/ignite/issues/13314]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)