]
Vladimir Blagojevic resolved ISPN-7647.
---------------------------------------
Resolution: Won't Fix
Administration console - eviction tab allows to set invalid options
-------------------------------------------------------------------
Key: ISPN-7647
URL:
https://issues.jboss.org/browse/ISPN-7647
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 9.0.0.CR3
Reporter: Roman Macor
Assignee: Vladimir Blagojevic
The only valid option for memory based eviction is LRU. However, the console allows the
user to set any eviction strategy which results in error after server restart:
org.infinispan.commons.CacheConfigurationException: Eviction cannot use memory based
approximation with LIRS
I suggest we select LRU strategy and disable the dropdown when memory is set as an
eviction type.