You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (Jira)" <ji...@apache.org> on 2021/03/31 11:31:00 UTC

[jira] [Created] (IGNITE-14451) PK becomes corrupted after node restart

Taras Ledkov created IGNITE-14451:
-------------------------------------

             Summary: PK becomes corrupted after node restart
                 Key: IGNITE-14451
                 URL: https://issues.apache.org/jira/browse/IGNITE-14451
             Project: Ignite
          Issue Type: Bug
            Reporter: Taras Ledkov
            Assignee: Taras Ledkov
             Fix For: 2.11


PK index tree becomes corrupted after node restart in case it was created through SQL API and it's fields order differs from the one in field list. For example:
CREATE TABLE t (id1 INTEGER, id2 INTEGER, val VARCHAR, CONSTRAINT PK PRIMARY KEY (id2, id1)) - this won't survive restart.



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