[ https://issues.apache.org/jira/browse/IGNITE-15283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17400959#comment-17400959 ]
Maxim Muzafarov commented on IGNITE-15283: ------------------------------------------ [~alex_pl] Can you review these changes, please? > 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)