You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Hale Bales (Jira)" <ji...@apache.org> on 2021/02/10 18:42:00 UTC

[jira] [Created] (GEODE-8937) Investigate the Geode Redis eviction behavior when OOM

Hale Bales created GEODE-8937:
---------------------------------

             Summary: Investigate the Geode Redis eviction behavior when OOM
                 Key: GEODE-8937
                 URL: https://issues.apache.org/jira/browse/GEODE-8937
             Project: Geode
          Issue Type: Task
          Components: redis
            Reporter: Hale Bales


Redis has very well documented eviction polices (https://redis.io/topics/lru-cache ) & ( https://docs.redislabs.com/latest/rs/administering/database-operations/eviction-policy/).

Currently, the default eviction policy for the Redis for PCF tile is the allkeys-lru and our implementation does not implement any of the current eviction policy.

AC
Confirm what Redis responds with when the allkeys-lru policy is in place and it runs out of memory.

Determine what happens in our implementation when an instance runs out of memory.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)