[
https://issues.apache.org/jira/browse/IGNITE-7261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16303824#comment-16303824
]
ASF GitHub Bot commented on IGNITE-7261:
----------------------------------------
Github user gvvinblade closed the pull request at:
https://github.com/apache/ignite/pull/3285
> 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)