You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/03 10:00:01 UTC

[jira] [Updated] (IGNITE-9265) MVCC TX: Two rows with the same key in one MERGE statement produce an exception

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

Maxim Muzafarov updated IGNITE-9265:
------------------------------------
    Fix Version/s:     (was: 2.8)
                   2.9

> MVCC TX: Two rows with the same key in one MERGE statement produce an exception
> -------------------------------------------------------------------------------
>
>                 Key: IGNITE-9265
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9265
>             Project: Ignite
>          Issue Type: Bug
>          Components: mvcc
>            Reporter: Igor Seliverstov
>            Priority: Major
>              Labels: transactions
>             Fix For: 2.9
>
>
> In case the operation like {{MERGE INTO INTEGER (_key, _val) KEY(_key) VALUES (1,1),(1,2)}} is called an exception is occurred.
> Correct behavior: each next update on the same key overwrites pervious one 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)