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

Non-repeatable reads when data is lost

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • None
    • 9.1.0.Alpha1
    • Core
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: