[infinispan-issues] [JBoss JIRA] (ISPN-8908) Remote cache fails to get entries when state transfer is turned off
Pedro Ruivo (JIRA)
issues at jboss.org
Mon Mar 26 11:02:01 EDT 2018
[ https://issues.jboss.org/browse/ISPN-8908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551513#comment-13551513 ]
Pedro Ruivo commented on ISPN-8908:
-----------------------------------
When the state transfer is in progress, the joiner isn't present in the read-consistent-hash. All reads in the joiner would be forwarded to the old owners. The value read is never stored locally!
After the state transfer, the joiner is promoted to the read-consistent-hash and it can start reading locally.
If you disable the state transfer, the joiner sees that it belongs to the read-consistent-hash, and never goes remotely.
+1 for the documentation clarification.
> Remote cache fails to get entries when state transfer is turned off
> -------------------------------------------------------------------
>
> Key: ISPN-8908
> URL: https://issues.jboss.org/browse/ISPN-8908
> Project: Infinispan
> Issue Type: Bug
> Components: State Transfer
> Affects Versions: 9.2.0.Final
> Reporter: Vojtech Juranek
> Assignee: Pedro Ruivo
>
> When state transfer is turned off, remote cache fails to obtain cache entries from HR server (in client-server mode) which connects to the cluster. Only about half of the entries can be seen by HR client on newly connected server, both in replicated cache and distributed cache.
> It's not specific to CS mode, same problem is also in embedded mode.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list