]
Tristan Tarrant reassigned ISPN-3470:
-------------------------------------
Assignee: (was: Mircea Markus)
Expiration processing can overflow if maxIdleTime == Long.MAX
-------------------------------------------------------------
Key: ISPN-3470
URL:
https://issues.jboss.org/browse/ISPN-3470
Project: Infinispan
Issue Type: Feature Request
Components: Eviction
Affects Versions: 5.2.7.Final
Reporter: Erik Salter
We have a use case where the maxIdle value of a CacheEntry can be set to Long.MAX. In
this case, the isExpiredTransient() function won't work as expected, since maxIdle +
lastUsed will overflow.