Vladimir Ozerov created IGNITE-3521:
---------------------------------------
Summary: IGFS: Remove "max space" notion.
Key: IGNITE-3521
URL:
https://issues.apache.org/jira/browse/IGNITE-3521 Project: Ignite
Issue Type: Task
Components: IGFS
Affects Versions: 1.6
Reporter: Vladimir Ozerov
Fix For: 2.0
We have "max space" concept in IGFS which governs maximum amount of local data available for IGFS. This concept looks a bit weird because we do not have the same thing in caches.
Moreover, we have several conflicting configuration parameters:
1) {{IgfsPerBlockLruEvictionPolicy}} where we also can specify maximum size.
2) {{CacheConfiguration.offheapMaxMemory}} which also governs evictions.
It looks like we should simply remove "max space" property from IGFS configuration and do not control it anyhow.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)