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

Vladimir Ozerov updated IGNITE-7261:
------------------------------------
    Description: 
Need to make sure that all statements within TX share the same MVCC version 
which is assigned on first read/write. 
Need to add tests for this to confirm REPEATABLE_READ behavior.

Note that regular implicit SELECTs outside transaction should only register 
itself as "query" on MVCC coordinator, while SELECT inside TX must register 
itself as both "query" and "tx".

  was:
Need to make sure that all statements within TX share the same MVCC version 
which is assigned on first read/write. 
Need to add tests for this to confirm REPEATABLE_READ behavior.


> SQL TX: SELECT and DML operations must share the same MVCC version
> ------------------------------------------------------------------
>
>                 Key: IGNITE-7261
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7261
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>            Reporter: Vladimir Ozerov
>            Assignee: Igor Seliverstov
>             Fix For: 2.5
>
>
> Need to make sure that all statements within TX share the same MVCC version 
> which is assigned on first read/write. 
> Need to add tests for this to confirm REPEATABLE_READ behavior.
> Note that regular implicit SELECTs outside transaction should only register 
> itself as "query" on MVCC coordinator, while SELECT inside TX must register 
> itself as both "query" and "tx".



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to