[infinispan-issues] [JBoss JIRA] (ISPN-8897) Indexes from different caches are mixed-up in server mode
Adrian Nistor (JIRA)
issues at jboss.org
Sat Mar 3 09:46:00 EST 2018
[ https://issues.jboss.org/browse/ISPN-8897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Nistor updated ISPN-8897:
--------------------------------
Git Pull Request: https://github.com/infinispan/infinispan/pull/5805, https://github.com/infinispan/infinispan/pull/5810 (was: https://github.com/infinispan/infinispan/pull/5805, https://github.com/infinispan/infinispan/pull/5810, https://github.com/infinispan/infinispan/pull/5811)
> Indexes from different caches are mixed-up in server mode
> ---------------------------------------------------------
>
> Key: ISPN-8897
> URL: https://issues.jboss.org/browse/ISPN-8897
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Querying
> Affects Versions: 9.1.6.Final, 9.2.0.Final
> Reporter: Gustavo Fernandes
> Assignee: Adrian Nistor
> Fix For: 8.2.9.Final, 9.2.1.Final, 9.1.7.Final
>
>
> When configuring multiple caches as indexed in the server, they'll effectively use the same index at runtime since Infinispan internally uses a single entity {{ProtobufValueWrapper}} to store the values in the index.
> This can cause issues with two caches having the same key stepping in each other's toes. Example, when doing:
> {code:java}
> remoteCache1.put(1, entity1)
> remoteCache2.put(1, entity2)
> {code}
> The second call will replace the first indexed entry since the key is identical and the internal index named "org.infinispan.query.remote.impl.indexing.ProtobufValueWrapper" is shared.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list