[
https://issues.jboss.org/browse/ISPN-5260?page=com.atlassian.jira.plugin....
]
Wolf-Dieter Fink commented on ISPN-5260:
----------------------------------------
Let's assume you have a REPL cache, all nodes have the same data.
The last node which goes down should have the best data and started first.
This node does not create an index if RAM is used, or the application was changed and have
an index now.
All joiners will have an index as it is created during state transfer, this is not
consistent IMHO
Index should be rebuild during startup for cache stores shared=false
--------------------------------------------------------------------
Key: ISPN-5260
URL:
https://issues.jboss.org/browse/ISPN-5260
Project: Infinispan
Issue Type: Enhancement
Components: Embedded Querying
Reporter: Wolf-Dieter Fink
If a cache store is not marked as shared the indexing is skipped.
As a result queries are not possible without calling massindexer
- if a non persistent directory-provider is used (ram)
- for the first start if a cache is stored before without any index
- problematic if the application changed indexing
For this is should be possible to re-build the index automatically during startup.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)