Maxim Muzafarov created IGNITE-15283:
----------------------------------------
Summary: 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
Fix For: 2.12
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)