[infinispan-issues] [JBoss JIRA] (ISPN-3684) Improve L1 consitency with backup owners

Adrian Nistor (JIRA) issues at jboss.org
Mon Dec 7 16:26:18 EST 2015


     [ https://issues.jboss.org/browse/ISPN-3684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Nistor updated ISPN-3684:
--------------------------------
    Fix Version/s: 8.2.0.Alpha1
                       (was: 8.1.0.Final)


> Improve L1 consitency with backup owners
> ----------------------------------------
>
>                 Key: ISPN-3684
>                 URL: https://issues.jboss.org/browse/ISPN-3684
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Core
>    Affects Versions: 6.0.0.CR1
>            Reporter: William Burns
>            Assignee: William Burns
>             Fix For: 8.2.0.Alpha1
>
>
> ISPN-3648 fixed an issue that can occur when a backup owner replies with an outdated value.
> More details on the original issue can be found at ISPN-3426.
> This JIRA is to improve this fix to be something more desirable.
> There are a few ways that this could be done.
> # Change it so that remote gets only go to the primary owner, which guarantees consistency with that owner (this still has issues with fail over when that primary owner goes down).  Also may have performance issues since we don't have backup owners to respond faster.
> # Change it so that values are only added to L1 if the value was retrieved from the primary owner. (note there is still some stuff to think about for fail over here)
> # Multicast the invalidation message from the primary owner after updating the value.  This is the simplest approach (no requestors map required), but may also have some performance concerns.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list