Hi i have added JMX to my application to monitored the primary and backup cache size. it will take a couple of days untill the issue occurs. While scanning through JMX of ignite there is an entry "datastructures_0" under "My_Cluster" group, more specifically beans: org.apache:clsLdr=764c12b6,grid=My_Cluster,group=datastructures_0,name=org.apache.ignite.internal.processors.cache.CacheClusterMetricsMXBeanImpl org.apache:clsLdr=764c12b6,grid=My_Cluster,group=datastructures_0,name=org.apache.ignite.internal.processors.cache.CacheLocalMetricsMXBeanImpl
I have noticed that the KeySize attribute of these beans were 80k+ before i stopped the node and returned to 0 at restart but since restart its been increasing of 1 per second or two seconds, without decreasing, ill keep an eye on it but is it possible this is related to what i am experiencing? what caches does this bean represent? Thanks On Tue, Nov 22, 2016 at 11:24 AM, dkarachentsev <[email protected]> wrote: > Hi! > > Have you checked that without backups you have no OOME? Can you be sure > that > all events are removed? > Please verify that number of entries doesn't grow constantly during > application run, for that you may use IgniteCache.size() and > IgniteCache.sizeLong() with PRIMARY and/or BACKUP peek modes. > > Thanks! > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Cache-Memory-Behavior-GridDhtLocalPartition- > tp8835p9127.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
