[
https://issues.apache.org/jira/browse/IGNITE-27999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikita Amelchev updated IGNITE-27999:
-------------------------------------
Fix Version/s: 2.19
> FullMessage consume huge heap allocation during snapshot creation
> -----------------------------------------------------------------
>
> Key: IGNITE-27999
> URL: https://issues.apache.org/jira/browse/IGNITE-27999
> Project: Ignite
> Issue Type: Improvement
> Components: general
> Affects Versions: 2.17
> Reporter: Evgeny Stanilovsky
> Priority: Major
> Labels: ignite-2, ise
> Fix For: 2.19
>
>
> During snapshot creation
> {noformat}
> org.apache.ignite.internal.util.distributed.FullMessage
> {noformat}
> will be send through discovery. It will conatain
> {noformat}
> SnapshotPartitionsQuickVerifyHandler
> {noformat}
> with Map<PartitionKey, PartitionHashRecord> through all snapshot involved
> caches - which can consume huge (10 - 100 megabytes) if sufficient (>100)
> caches are involved. Seems it need to be reduced.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)