Description of problem: If a distributed cache enable indexing with the infinispan as provider, without any additional configuration, the necessary cahes are created with default settings. This end up with local caches and the index is not shared, so a Query on different nodes will show different (wrong) results. Actual results: LuceneIndexesMetadata, LuceneIndexesLocking and LuceneIndexesData caches are created in local mode. Expected results: All three cahces should be created in a mode related to the cache and index.provider. Which can be local (local and REPL caches) or shared(REPL/DIST) if the cahce is distributed
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.