[
https://issues.apache.org/jira/browse/GEODE-9155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17344099#comment-17344099
]
ASF subversion and git services commented on GEODE-9155:
--------------------------------------------------------
Commit fb00b2730cc6cc0ee1d13b1d44d3273b8aa6727b in geode's branch
refs/heads/support/1.14 from Nabarun Nag
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=fb00b27 ]
GEODE-9155: Change frequency of passive expiration (#6419) (#6432)
GEODE-9155: Change frequency of passive expiration
change the interval in the PassiveExpirationManager from 1 second to 3
minutes. this significantly reduces the CPU load of passive expiration.
this change requires that one redis test must be commented out in the
patch file.
(cherry picked from commit 113aa7d487e2cf717cfbeb986114f28f6d988932)
Co-authored-by: Hale Bales <[email protected]>
> 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: blocks-1.14.0, 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)