Vladimir Ozerov created IGNITE-3353:
---------------------------------------
Summary: IGFS: Out-of-igfs-space exception is lost.
Key: IGNITE-3353
URL:
https://issues.apache.org/jira/browse/IGNITE-3353 Project: Ignite
Issue Type: Bug
Components: IGFS
Affects Versions: 1.6
Reporter: Vladimir Ozerov
Assignee: Vladimir Ozerov
Fix For: 1.7
Two problems with space calculation:
1) If out-of-space exception is thrown, there is no guarantees that relevant output stream will notice it, because {{onDone()}} method removes relevant future.
2) Currently if max space is set to zero, we attempt to calculate it on our own, using {{0.8 * heapSize}} metrics. This is terribly wrong for OFFHEAP cache.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)