Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-9233

MVCC SQL: False write conflicts on fast updates

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.7
    • mvcc, sql
    • None

    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

        1. MvccInsertDeleteConcurrent.java
          3 kB
          Ivan Pavlukhin

        Issue Links

          Activity

            People

              Pavlukhin Ivan Pavlukhin
              Pavlukhin Ivan Pavlukhin
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: