You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/06/06 12:52:20 UTC

[jira] [Created] (IGNITE-3258) IGFS: Open secondary file system stream on demand.

Vladimir Ozerov created IGNITE-3258:
---------------------------------------

             Summary: IGFS: Open secondary file system stream on demand.
                 Key: IGNITE-3258
                 URL: https://issues.apache.org/jira/browse/IGNITE-3258
             Project: Ignite
          Issue Type: Sub-task
          Components: IGFS
    Affects Versions: 1.6
            Reporter: Vladimir Ozerov
            Assignee: Vladimir Ozerov
            Priority: Critical
             Fix For: 1.7


*Problem*
When we open a file in DUAL mode, we open secondary file system stream right away. However, in lots cases we will have data already available in memory, so that this stream is never used.

*Solution*
Let's open this stream on demand, i,e, only we understand that we miss require data chunk in data cache.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)