[
https://issues.apache.org/jira/browse/IGNITE-12562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksey Plekhanov updated IGNITE-12562:
---------------------------------------
Description:
Test failing with IgniteOutOfMemory exception because Disk Page Compressions
changes default page size to 8192, we need at least 2*1024 (2 caches, 1024
partitions) pages to store freelist metadata and there is no such amount of not
dirty pages after checkpoint is triggered by "too many dirty page" reason.
Explicitly defined data region max size should take into account page size to
avoid such errors.
was:
Test failing with IgniteOutOfMemory exception because Disk Page Compressions
changes default page size to 8192, we need at least 2*1024 pages to store
freelist metadata and there is no such amount of not dirty pages after
checkpoint is triggered by "too many dirty page" reason.
Explicitly defined data region max size should take into account page size to
avoid such errors.
> FreeListCachingTest.testPageListCacheLimit failing in Disk Page Compressions
> suite
> ----------------------------------------------------------------------------------
>
> Key: IGNITE-12562
> URL: https://issues.apache.org/jira/browse/IGNITE-12562
> Project: Ignite
> Issue Type: Bug
> Components: persistence
> Reporter: Aleksey Plekhanov
> Assignee: Aleksey Plekhanov
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Test failing with IgniteOutOfMemory exception because Disk Page Compressions
> changes default page size to 8192, we need at least 2*1024 (2 caches, 1024
> partitions) pages to store freelist metadata and there is no such amount of
> not dirty pages after checkpoint is triggered by "too many dirty page" reason.
> Explicitly defined data region max size should take into account page size to
> avoid such errors.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)