You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2022/06/22 20:47:03 UTC

[jira] [Closed] (GEODE-10047) Warning message in geode-for-redis PassiveExpirationManager is inaccurate

     [ https://issues.apache.org/jira/browse/GEODE-10047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen Nichols closed GEODE-10047.
--------------------------------

> Warning message in geode-for-redis PassiveExpirationManager is inaccurate
> -------------------------------------------------------------------------
>
>                 Key: GEODE-10047
>                 URL: https://issues.apache.org/jira/browse/GEODE-10047
>             Project: Geode
>          Issue Type: Bug
>          Components: logging, redis
>    Affects Versions: 1.15.0
>            Reporter: Donal Evans
>            Assignee: Donal Evans
>            Priority: Major
>              Labels: blocks-1.15.0​, pull-request-available
>             Fix For: 1.15.0
>
>
> If an exception is encountered during the {{doDataExpiration()}} method in {{{}PassiveExpirationManager{}}}, the following message is logged:
> {code:java}
> logger.warn("Passive expiration failed. Will try again in 1 second.",
> ex);{code}
> However, the passive expiration interval in geode-for-redis defaults to 180 seconds and can be configured by the user to other values. The log message should reflect the configured value for passive expiration interval.



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