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 2018/10/09 08:54:00 UTC

[jira] [Updated] (IGNITE-9082) Throwing checked exception during tx commit without node stopping leads to data corruption

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

Vladimir Ozerov updated IGNITE-9082:
------------------------------------
    Fix Version/s:     (was: 2.7)
                   2.8

> Throwing checked exception during tx commit without node stopping leads to data corruption
> ------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-9082
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9082
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 2.4, 2.5, 2.6
>            Reporter: Pavel Kovalenko
>            Assignee: Alexei Scherbakov
>            Priority: Major
>             Fix For: 2.8
>
>
> If we get checked exception during tx commit on a primary node and this exception is not supposed to be handled as NodeStopping OR doesn't lead to node stop using Failure Handler, in this case, we may get data loss on a node which is a backup node for this tx.
> Possible solution:
> If we get any checked or unchecked exception during tx commit we should stop this node after that to prevent further data loss.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)