You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2020/01/22 08:47:00 UTC

[jira] [Created] (IGNITE-12562) FreeListCachingTest.testPageListCacheLimit failing in Disk Page Compressions suite

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)