[
https://issues.apache.org/jira/browse/GEODE-9155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17339211#comment-17339211
]
ASF subversion and git services commented on GEODE-9155:
--------------------------------------------------------
Commit 113aa7d487e2cf717cfbeb986114f28f6d988932 in geode's branch
refs/heads/develop from Hale Bales
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=113aa7d ]
GEODE-9155: Change frequency of passive expiration (#6419)
* 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.
* use the keys command instead of hkeys. hkeys increments the hit/miss stats,
which the test is sensitive to
> 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)