Aleksey Plekhanov created IGNITE-12562:
------------------------------------------
Summary: 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
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)