]
Martin Vrabel closed ISPN-6190.
-------------------------------
Resolution: Cannot Reproduce
JMX attribute cacheLoaderLoads number differs from # Loads number in
management console
---------------------------------------------------------------------------------------
Key: ISPN-6190
URL:
https://issues.jboss.org/browse/ISPN-6190
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 8.1.1.Final
Reporter: Martin Vrabel
Page: Caches -> select cache container -> select cache.
Configuration of the cache: replication cache, 2 nodes in the domain, evictions size=10
In the "Cache loader" tab, there is a field "# sores" which should
show number of Loaded entries from cache store . When I put 20 entries in the cache, the
first 10 will evict and be stored in the cache store. If I read the first 10 entries the
#Loads number in management console is 30 and JMX attribute cacheLoaderLoads in Jconsole
is 10