-
Bug
-
Resolution: Done
-
Major
-
12.1.7.Final
-
None
While creating cache entries with lifespan and idle time via Infinispan client, the cache is not evicted when the idle time is reached. While retesting manually entries were removed in variable time intervals. For example cache entry with a lifespan: 120 sec && idle-time: 10 sec, will be removed after ~30 seconds without accessing it.
Reproducer https://github.com/kshpak/quarkus-reproducers/tree/main/infinispan-cache-idle-time contains testCacheEvictionByLifespanAndIdleTime() test.