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

MVCC TX: Force key request during rebalance may cause error on backups.

    XMLWordPrintableJSON

Details

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

    Description

      When backup is updating during rebalance and the key to be updated in TX is not supplied yet from the previous partition owner, backup makes force key request in order to obtain this key and all its versions. But later this key can be send to this backup from the previous owner once again as a part of standard rebalance process. And this causes write conflict: we have to write this key on the backup once again.

      Solution: do not update key when it has already been written before (during rebalance or force key request process).

      Attachments

        Issue Links

          Activity

            People

              rkondakov Roman Kondakov
              rkondakov Roman Kondakov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: