]
Vladimir Dzhuvinov commented on ISPN-7198:
------------------------------------------
Issue is no longer present in v8.2.5 according to best.
Maybe got fixed as part as
Explicit evict doesn't passivate entry to cache store with
passivation enabled
------------------------------------------------------------------------------
Key: ISPN-7198
URL:
https://issues.jboss.org/browse/ISPN-7198
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 8.2.4.Final
Environment: openjdk version "1.8.0_111"
OpenJDK Runtime Environment (build 1.8.0_111-8u111-b14-2ubuntu0.16.04.2-b14)
OpenJDK 64-Bit Server VM (build 25.111-b14, mixed mode)
Reporter: Vladimir Dzhuvinov
Attachments: EvictionWithPassivationTest.java, EvictionWithPassivationTest.java
For a cache configured with a store and passivation, calling *evict(key)* removes the key
from memory, but doesn't store it in the underlying store.