Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-1857

inconsistency issue caused by lock failover during node joining

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 5.1.2.FINAL
    • 5.1.1.FINAL
    • Transactions
    • None

    Description

      Scenario:
      tx1 writes to k, hash(k) =

      {A, B}

      . Tx is prepared, commit hasn't been send yet.
      New node C has joined so that ch(k) =

      {C, B}

      , tx1 hasn't completed.
      tx2 writes on k adn prepares/acquire lock on k@C.
      both transactions commit at the same time resulting in B seeing tx2 result and B seeing tx1 result.

      Attachments

        Activity

          People

            mircea.markus Mircea Markus (Inactive)
            mircea.markus Mircea Markus (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: