You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ivan Pavlukhin (JIRA)" <ji...@apache.org> on 2018/08/08 10:17:00 UTC

[jira] [Created] (IGNITE-9233) MVCC SQL: False write conflicts on fast updates

Ivan Pavlukhin created IGNITE-9233:
--------------------------------------

             Summary: MVCC SQL: False write conflicts on fast updates
                 Key: IGNITE-9233
                 URL: https://issues.apache.org/jira/browse/IGNITE-9233
             Project: Ignite
          Issue Type: Bug
            Reporter: Ivan Pavlukhin
            Assignee: Ivan Pavlukhin


Currently is possible to encounter query failure e.g. in case when DELETE with directly specified key encounters write conflict for row which is created by concurrent INSERT. From SNAPSHOT isolation point of view DELETE either should not see a row and do nothing or should remove a row gracefully.



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