You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Seliverstov (JIRA)" <ji...@apache.org> on 2018/04/06 12:03:00 UTC

[jira] [Updated] (IGNITE-7272) SQL TX: incorrect row MVCC version override during CREATE INDEX

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

Igor Seliverstov updated IGNITE-7272:
-------------------------------------
    Fix Version/s:     (was: 2.5)
                   2.6

> SQL TX: incorrect row MVCC version override during CREATE INDEX
> ---------------------------------------------------------------
>
>                 Key: IGNITE-7272
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7272
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>            Reporter: Vladimir Ozerov
>            Assignee: Vladimir Ozerov
>            Priority: Major
>             Fix For: 2.6
>
>
> Affected tests: {{DynamicIndexServerNodeFIlterBasicSelfTest}} and all siblings.
> Root cause: see {{IgniteH2Indexing#dynamicIndexCreate}}
> {code}
> if (rowDesc.context().mvccEnabled())
>     row.mvccVersion(1, MVCC_START_CNTR);
> {code}



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