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/14 07:24:40 UTC

[jira] [Created] (IGNITE-3308) IGFS: Introduce separate processor for "move" operation when parent is the same for source and destination.

Vladimir Ozerov created IGNITE-3308:
---------------------------------------

             Summary: IGFS: Introduce separate processor for "move" operation when parent is the same for source and destination.
                 Key: IGNITE-3308
                 URL: https://issues.apache.org/jira/browse/IGNITE-3308
             Project: Ignite
          Issue Type: Sub-task
          Components: IGFS
    Affects Versions: 1.6
            Reporter: Vladimir Ozerov
            Assignee: Vladimir Ozerov
             Fix For: 1.7


Consider the following operation: {{move("/parent/a", "parent/b")}}.
In this case we will call two entry processors: {{IgfsMetaDirectoryListingRemoveProcessor}} to unlink "a" and {{IgfsMetaDirectoryListingAddProcessor}} to link "b". 

Instead, we should call only a single processor as source and destination keys are the same. This will save network traffic and possibly decrease number of remote calls.



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