Description
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.
Attachments
Attachments
Issue Links
- Is contained by
-
IGNITE-4191 SQL: support transactions
- Resolved