]
Martin Vrabel updated ISPN-6190:
--------------------------------
Summary: # Stores number in management console is always 0 (was: JMX attribute
cacheLoaderLoads number differs from # Loads number in management console)
# Stores number in management console is always 0
--------------------------------------------------
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 "# Loads" 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