[infinispan-issues] [JBoss JIRA] (ISPN-12229) Indexed caches with non-indexed entities query inconsistency
Diego Lovison (Jira)
issues at jboss.org
Thu Aug 13 15:17:00 EDT 2020
Diego Lovison created ISPN-12229:
------------------------------------
Summary: Indexed caches with non-indexed entities query inconsistency
Key: ISPN-12229
URL: https://issues.redhat.com/browse/ISPN-12229
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying, Remote Querying
Affects Versions: 11.0.3.Final
Reporter: Diego Lovison
When a cache is indexed, but the protobuf entitiy is not:
"FROM Entity" returns zero results
"FROM Entity WHERE <predicate>" return results
It appears in the first case the query goes to the index (that will be empty), but not in the second where it does a non-indexed query
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list