[infinispan-issues] [JBoss JIRA] (ISPN-10650) Expiration should not be replicated cross site

Will Burns (Jira) issues at jboss.org
Tue Sep 24 13:51:00 EDT 2019


Will Burns created ISPN-10650:
---------------------------------

             Summary: Expiration should not be replicated cross site
                 Key: ISPN-10650
                 URL: https://issues.jboss.org/browse/ISPN-10650
             Project: Infinispan
          Issue Type: Bug
          Components: Cross-Site Replication, Expiration
    Affects Versions: 10.0.0.CR2, 9.4.16.Final
            Reporter: Will Burns
            Assignee: Will Burns


There is no reason currently to replicate expiration commands across site.

Lifespan will work just fine without without replicating as the entry is expired on either side properly, irrespective of system clocks.

However max idle doesn't support the given semantics with xsite. We currently only confirm from other nodes in the same cluster for max idle before removing. It would be extremely costly to query all the cross sites to see if they have a read on the same entry before expiring. We need to document that this doesn't work as well.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the infinispan-issues mailing list