You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2016/12/28 09:51:58 UTC

[jira] [Updated] (IGNITE-521) Exception is not thrown on near node when TX is failed on primary node.

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

Alexey Goncharuk updated IGNITE-521:
------------------------------------
    Assignee:     (was: Alexey Goncharuk)

> Exception is not thrown on near node when TX is failed on primary node.
> -----------------------------------------------------------------------
>
>                 Key: IGNITE-521
>                 URL: https://issues.apache.org/jira/browse/IGNITE-521
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: cache
>    Affects Versions: sprint-1
>            Reporter: Vladimir Ozerov
>
> Test scenario:
> 1) Start 2 nodes with TX PARTITIONED_ONLY cache and 0 backups.
> 2) Start continuous query providing a filter which throws exceptions on each call.
> 3) Put primary key to cache through "getAndPut()" -> TX is rolled back, you receive exception.
> 4) Put near key to cache in the same way -> TX is rolled back, but NO EXCEPTION!
> 5) Set backups=1 => step 4 throws an exception as expected.
> 6) Set mode to ATOMIC => step 4 throws an exception as expected.



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