[infinispan-issues] [JBoss JIRA] (ISPN-6790) Distribution interceptors re-compute key location after remote get

Dan Berindei (JIRA) issues at jboss.org
Fri Jun 17 06:28:00 EDT 2016


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

Dan Berindei updated ISPN-6790:
-------------------------------
              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/infinispan/infinispan/pull/4418


> Distribution interceptors re-compute key location after remote get
> ------------------------------------------------------------------
>
>                 Key: ISPN-6790
>                 URL: https://issues.jboss.org/browse/ISPN-6790
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 9.0.0.Alpha2, 8.2.2.Final
>            Reporter: Dan Berindei
>            Assignee: Dan Berindei
>            Priority: Minor
>             Fix For: 9.0.0.Alpha3
>
>
> If the distribution interceptors don't find a key remotely, they try again to retrieve it from the local data container. Before reading the local value, though, they compute the key's ownership again, to make sure they don't read a stale value that was previously owned by the local node.
> Most of the time, the topology doesn't change during the invocation through the interceptor chain, so there's no need to look up the value locally again, or to re-compute the key's location.



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


More information about the infinispan-issues mailing list