You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2019/04/09 10:23:00 UTC

[jira] [Comment Edited] (IGNITE-6957) Reduce excessive int boxing when accessing cache by ID

    [ https://issues.apache.org/jira/browse/IGNITE-6957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16813234#comment-16813234 ] 

Alexey Goncharuk edited comment on IGNITE-6957 at 4/9/19 10:22 AM:
-------------------------------------------------------------------

Another place where this happens is getting cache size in a shared cache group: see {{org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.CacheDataStoreImpl#cacheSize}} and {{org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtLocalPartition#publicSize}}


was (Author: agoncharuk):
Another place where this happens is getting cache size in a shared cache group.

> Reduce excessive int boxing when accessing cache by ID
> ------------------------------------------------------
>
>                 Key: IGNITE-6957
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6957
>             Project: Ignite
>          Issue Type: Task
>          Components: cache
>    Affects Versions: 2.3
>            Reporter: Alexey Goncharuk
>            Priority: Major
>             Fix For: 2.8
>
>         Attachments: 2017-11-20_12-01-31.png
>
>
> We have a number of places which lead to a large number of Integer allocations when having a large number of caches and partitions. See the image attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)