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

Non-repeatable reads when data is lost

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 9.1.0.Final
    • Core
    • None

      When an entry `k=v` is lost and partition handling is disabled, `cache.get(k)` will return `null`.

      However, a second `cache.get(k)` in the same transaction could return a non-null value, because the `AllOwnersLostException` is only handled in `StateTransferInterceptor`, and STI doesn't put the null value in the context.

              rvansa1@redhat.com Radim Vansa (Inactive)
              dberinde@redhat.com Dan Berindei (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: