eviction is set to limit data load to 10000 entries, even though it isn't configured. see http://hudson.qa.jboss.com/hudson/view/EDG6/view/EDG-QE/job/edg-60-experiments-mlinhard/210/
Seems like this default is being honored: https://github.com/jbossas/jboss-as/blame/master/clustering/infinispan/src/main/resources/infinispan-defaults.xml I wonder why this hasn't been a problem before ... it's been there for a while...
This is caused by bad interaction between ISPN-1869 and AS7's defaults.
Workaround: add <eviction strategy="NONE" maxEntries="0" /> to work around this issue
As soon as we get an EAP build based on 7.1.1 which will pull in Infinispan 5.1.2 this should be fixed
Fixed. Verified by removing <eviction-strategy=NONE max-entries=0/> from our configs and running a test, no entries are evicted, see chart - https://bugzilla.redhat.com/show_bug.cgi?id=797265
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.