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/03/14 09:51:33 UTC

[jira] [Updated] (IGNITE-2817) IGFS: "update*" operations in IgfsMetaManager should not use "put" operations.

     [ https://issues.apache.org/jira/browse/IGNITE-2817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov updated IGNITE-2817:
------------------------------------
    Summary: IGFS: "update*" operations in IgfsMetaManager should not use "put" operations.  (was: IGFS: "update*" oeprations in IgfsMetaManager should not use "put" operations.)

> IGFS: "update*" operations in IgfsMetaManager should not use "put" operations.
> ------------------------------------------------------------------------------
>
>                 Key: IGNITE-2817
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2817
>             Project: Ignite
>          Issue Type: Task
>          Components: IGFS
>    Affects Versions: 1.5.0.final
>            Reporter: Vladimir Ozerov
>            Priority: Critical
>             Fix For: 1.7
>
>
> *Problem*
> There are several "update*" methods in {{IgfsMetaManager}} which perform some minor operations like properties or access time updates. And they use "put" or "putIfAbsent" for this, which is less than optimal.
> *Solution*
> Use entry processors instead.



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