You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2022/06/24 05:37:00 UTC

[jira] [Created] (IGNITE-17224) Support eviction for volatile (in-memory) data region

Kirill Tkalenko created IGNITE-17224:
----------------------------------------

             Summary: Support eviction for volatile (in-memory) data region
                 Key: IGNITE-17224
                 URL: https://issues.apache.org/jira/browse/IGNITE-17224
             Project: Ignite
          Issue Type: Bug
            Reporter: Kirill Tkalenko
             Fix For: 3.0.0-alpha6


I found that the volatile (in memory) data region contains a configuration for eviction, but does not implement it, you need to implement it by analogy with 2.0 and write tests for it.

See in 3.0:
* *org.apache.ignite.internal.pagememory.configuration.schema.VolatilePageMemoryDataRegionConfigurationSchema*
* *org.apache.ignite.internal.storage.pagememory.VolatilePageMemoryDataRegion*
* *org.apache.ignite.internal.pagememory.inmemory.VolatilePageMemory*

See in 2.0:
* *org.apache.ignite.internal.processors.cache.persistence.IgniteCacheDatabaseSharedManager#ensureFreeSpace*



--
This message was sent by Atlassian Jira
(v8.20.7#820007)