]
Tristan Tarrant updated ISPN-12548:
-----------------------------------
Fix Version/s: 12.0.0.Final
(was: 12.0.0.CR1)
Replicated cache get ignores value in zero-capacity nodes
---------------------------------------------------------
Key: ISPN-12548
URL:
https://issues.redhat.com/browse/ISPN-12548
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 12.0.0.Dev07
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Major
Fix For: 12.0.0.Final
In replicated caches that meet several other conditions, {{cache.get(key)}} is optimized
to skip the interceptor chain and to read the entry directly from the data container.
This optimization assumes that the local cache has all the values, and the assumption
fails when the local node has a zero capacity factor.