You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2021/08/11 13:12:00 UTC

[jira] [Updated] (IGNITE-15283) Remove duplicated managing of CacheDataStore in offheap manager

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

Maxim Muzafarov updated IGNITE-15283:
-------------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> Remove duplicated managing of CacheDataStore in offheap manager
> ---------------------------------------------------------------
>
>                 Key: IGNITE-15283
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15283
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Maxim Muzafarov
>            Assignee: Maxim Muzafarov
>            Priority: Major
>             Fix For: 2.12
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The cache group patition topology provides the same view on created cache data stores. , so managing of data stores in the offeap manager can be omitted.
> {code}
>     protected final ConcurrentMap<Integer, CacheDataStore> partDataStores = new ConcurrentHashMap<>();
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)