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)

Reply via email to