[infinispan-issues] [JBoss JIRA] (ISPN-7923) Non-repeatable reads when data is lost

Dan Berindei (JIRA) issues at jboss.org
Wed Jun 14 04:49:00 EDT 2017


Dan Berindei created ISPN-7923:
----------------------------------

             Summary: Non-repeatable reads when data is lost
                 Key: ISPN-7923
                 URL: https://issues.jboss.org/browse/ISPN-7923
             Project: Infinispan
          Issue Type: Bug
          Components: Core
    Affects Versions: 9.1.0.Alpha1
            Reporter: Dan Berindei
            Assignee: Radim Vansa


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.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the infinispan-issues mailing list