[
https://issues.apache.org/jira/browse/IGNITE-15283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17398115#comment-17398115
]
Ignite TC Bot commented on IGNITE-15283:
----------------------------------------
{panel:title=Branch: [pull/9317/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/9317/head] Base: [master] : No new tests
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=6127321&buildTypeId=IgniteTests24Java8_RunAll]
> 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)