Donal Evans created GEODE-10047:
-----------------------------------
Summary: 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, 1.16.0
Reporter: Donal Evans
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.1#820001)