[ 
https://issues.apache.org/jira/browse/IGNITE-15781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maksim Timonin updated IGNITE-15781:
------------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> CacheGroupMetrics spams to heap with java.lang.Integer
> ------------------------------------------------------
>
>                 Key: IGNITE-15781
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15781
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Maksim Timonin
>            Assignee: Maksim Timonin
>            Priority: Major
>
> Check GridDhtPartitionMap.get() and similar methods that expect Integer, but 
> CacheMetrics uses prmitive types. Autoboxing pollutes heap much if metrics 
> asks frequently.
>  
> Metrics to check: getMinimumNumberOfPartitionCopies()
> this metrics iterates over all nodes and partitions and invokes get(int) on 
> every iteration.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to