You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/04/27 20:11:00 UTC

[jira] [Commented] (GEODE-9155) increase wait interval on PassiveExpirationManager

    [ https://issues.apache.org/jira/browse/GEODE-9155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17333523#comment-17333523 ] 

ASF subversion and git services commented on GEODE-9155:
--------------------------------------------------------

Commit 85183489c8c47de7f356e1ae55eaf31b9658276c in geode's branch refs/heads/develop from Hale Bales
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=8518348 ]

GEODE-9155: change frequency of passive expiration (#6325)

GEODE-9155: change frequency of passive expiration

- increase the time between checks for keys to expire. this reduces the cpu utilization but causes longer collections when they do collect.
- fix patch file; all tcl tests pass locally

Co-authored-by: Ray Ingles <ri...@vmware.com>

> increase wait interval on PassiveExpirationManager
> --------------------------------------------------
>
>                 Key: GEODE-9155
>                 URL: https://issues.apache.org/jira/browse/GEODE-9155
>             Project: Geode
>          Issue Type: Task
>          Components: redis
>            Reporter: John Hutchison
>            Assignee: Hale Bales
>            Priority: Major
>              Labels: pull-request-available
>
> currently this class is running through all keys every second and is consuming a lot of cpu cycles.  Business needs do not seem to require keys to be removed from memory this quickly. This ticket will increase interval to every 30 minutes.



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