]
Paul Ferraro commented on ISPN-8908:
------------------------------------
I was under the impression that a replicated cache could safely function with
fetchInMemoryState(false). Am I completely mistaken? If so, I would recommend clarifying
this in your documentation.
e.g.
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.