]
William Burns updated ISPN-7076:
--------------------------------
Status: Open (was: New)
Cache clear doesn't work when passivation is enabled
----------------------------------------------------
Key: ISPN-7076
URL:
https://issues.jboss.org/browse/ISPN-7076
Project: Infinispan
Issue Type: Bug
Components: Eviction, Loaders and Stores
Affects Versions: 9.0.0.Alpha4, 8.2.4.Final
Reporter: Tristan Tarrant
Assignee: William Burns
Priority: Critical
Hi,
I used the quick start
https://github.com/jboss-developer/jboss-jdg-quickstarts/tree/jdg-6.6.x/h... to
test a strange behaviour of Data Grid 6.6 used in library mode inside JBoss EAP 6.4.6.
The clear of the map doesn’t work if the passivation is enabled: the size is never be
equal to 0
If I set the passivation to false the clear works as I expected and the result of the
size method of the map is 0.