]
Manik Surtani updated ISPN-847:
-------------------------------
Fix Version/s: 4.2.1.CR4
Eviction with strategy but no maxEntries does not make sense
------------------------------------------------------------
Key: ISPN-847
URL:
https://issues.jboss.org/browse/ISPN-847
Project: Infinispan
Issue Type: Bug
Components: Configuration, Eviction
Affects Versions: 4.2.0.Final, 5.0.0.ALPHA1
Reporter: Galder Zamarreño
Assignee: Vladimir Blagojevic
Priority: Minor
Fix For: 4.2.1.CR4, 4.2.1.FINAL, 5.0.0.ALPHA3, 5.0.0.Final
A configuration like this can be confusing cos no maxEntries is set, and without it
there's no trigger to start evicting stuff:
<default>
<eviction strategy="FIFO" wakeUpInterval="6000"
/><!-- 6 seconds -->
</default>
So, we should come up with some WARN/ERROR message indicating that maxEntries is missing
unless NONE strategy is used.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: