[infinispan-issues] [JBoss JIRA] (ISPN-9919) Partial updates in Hibernate 2L cache upon failure

Galder Zamarreño (Jira) issues at jboss.org
Fri Feb 1 10:11:00 EST 2019


Galder Zamarreño created ISPN-9919:
--------------------------------------

             Summary: Partial updates in Hibernate 2L cache upon failure
                 Key: ISPN-9919
                 URL: https://issues.jboss.org/browse/ISPN-9919
             Project: Infinispan
          Issue Type: Bug
          Components: Hibernate Cache
    Affects Versions: 9.4.6.Final, 10.0.0.Alpha3
            Reporter: Galder Zamarreño
            Assignee: Galder Zamarreño
             Fix For: 10.0.0.Final, 9.4.7.Final


This issue only affects 5.3:

For a repl read-write, entity cache, if the failure happens on the async FutureUpdate call, that's fine because the Tombstone has already been sent and the cache won't return anything.

If the failure happens when the Tombstone is sent, we seem to have a problem because it results in stale data in the node that failed to apply the Tombstone. The FutureUpdate that comes after the Tombstone cannot apply because it doesn't find the Tombstone.

In 5.3, Sync logs any errors but does not propagate it, so it ends up with inconsistent state.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)



More information about the infinispan-issues mailing list