[
https://issues.jboss.org/browse/ISPN-7990?page=com.atlassian.jira.plugin....
]
Adrian Nistor commented on ISPN-7990:
-------------------------------------
I agree with [~gustavonalle], QueryKnownClasses should give you all the types used in this
Cache. Knowing the precise type of the value mapped to key K is still not possible, but at
least we have narrowed it down to a short list and instead of deleting from all indexes
we'll need to delete just from some.
And the good news is by Infinispan 9.2 QueryKnownClasses will also become immutable
(declared upfront).
ATM QueryKnownClasses still allows a deprecated autodetection mode (besides declaration in
config). There were some technical difficulties in server that we are closed to solving
now, and the autodetection can be finally removed in ispn 9.2 and QueryKnownClasses will
become a fully immutable list, declared upfront in config, making things much simpler.
Provide a way to remove an entry from all indexes
-------------------------------------------------
Key: ISPN-7990
URL:
https://issues.jboss.org/browse/ISPN-7990
Project: Infinispan
Issue Type: Enhancement
Components: Embedded Querying
Affects Versions: 9.1.0.Beta1
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
This may be needed in some non frequent scenarios (happening during topology changes)
where a write command cannot obtain the previous value to remove it from the index.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)