]
Galder Zamarreño updated ISPN-9297:
-----------------------------------
Fix Version/s: 9.4.0.Final
(was: 9.3.0.Final)
Prevent cache configuration that has L1 and exception based eviction
--------------------------------------------------------------------
Key: ISPN-9297
URL:
https://issues.jboss.org/browse/ISPN-9297
Project: Infinispan
Issue Type: Bug
Reporter: William Burns
Assignee: William Burns
Fix For: 9.4.0.Final
Exception based eviction is specifically around only keeping so much data in memory.
There is no reason to have something like L1 in this case as it prevents using space for
actual entries. It also would be quite confusing if a get caused an exception.
We should prevent this configuration from occurring.