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

[jira] [Created] (IGNITE-3256) IGFS: Do not call "exists" during input stream close.

Vladimir Ozerov created IGNITE-3256:
---------------------------------------

             Summary: IGFS: Do not call "exists" during input stream close.
                 Key: IGNITE-3256
                 URL: https://issues.apache.org/jira/browse/IGNITE-3256
             Project: Ignite
          Issue Type: Sub-task
          Components: IGFS
    Affects Versions: 1.6
            Reporter: Vladimir Ozerov
            Assignee: Vladimir Ozerov
             Fix For: 1.7


We added this check very long time ago as some pre-caution for concurrent file deletion.

However, it may cause performance drop, especially for client nodes, As it appears that this check adds no value, it should be simply removed.



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