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/28 08:55:57 UTC

[jira] [Updated] (IGNITE-1298) Data and Meta in IGFS should be updated in one transaction.

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

Vladimir Ozerov updated IGNITE-1298:
------------------------------------
    Component/s:     (was: general)
                 IGFS
                 s

> Data and Meta in IGFS should be updated in one transaction.
> -----------------------------------------------------------
>
>                 Key: IGNITE-1298
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1298
>             Project: Ignite
>          Issue Type: Bug
>          Components: IGFS, s
>    Affects Versions: ignite-1.4
>            Reporter: Ivan Veselovsky
>            Assignee: Ivan Veselovsky
>             Fix For: 1.5.0.final
>
>
> Tests written to check behavior IGNITE-1277 revealed problems on file data writing when some nodes have left the topology (see tests added in IGNITE-1277). 
> In particular, meta data and file data are processed in separate transactions. So, one can complete while another may not. To fix that we need to link them together in one transaction.
> In more detail, this means that blocks writing and appropriate file size update should happen in one transaction.



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