Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.15.0
Description
If an exception is encountered during the doDataExpiration() method in PassiveExpirationManager, the following message is logged:
logger.warn("Passive expiration failed. Will try again in 1 second.",
ex);
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.
Attachments
Issue Links
- links to