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

ReadCommitted does not work in distributed mode

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • 6.0.0.CR1
    • 5.1.7.Final
    • Transactions
    • None

    Description

      ReadCommitted isolation level doesn't work as expected in distributed mode:

      • tx1@Node1 reads (k1,v1) which is owned by Node2. At this point it keeps a cached copy of the entry locally
      • tx2@Node3 writes (k1,v2) and commits
      • tx1@Node1 reads k1 again and it gets the value "v1" - wrong!

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: