[infinispan-issues] [JBoss JIRA] (ISPN-4681) Preloading from shared cachestore on a new node with non-shared index is skipping indexing

Sanne Grinovero (JIRA) issues at jboss.org
Mon Sep 1 12:31:00 EDT 2014


Sanne Grinovero created ISPN-4681:
-------------------------------------

             Summary: Preloading from shared cachestore on a new node with non-shared index is skipping indexing
                 Key: ISPN-4681
                 URL: https://issues.jboss.org/browse/ISPN-4681
             Project: Infinispan
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Embedded Querying
            Reporter: Sanne Grinovero
            Assignee: Gustavo Fernandes
             Fix For: 7.0.0.Beta2, 7.0.0.Final


We have a test already: {{org.infinispan.query.persistence.SharedCacheLoaderQueryIndexTest}}

It was disabled for other reasons, mistakenly identified as a testsuite error.

The case is simple: the test is configured in such a way to trigger a newly joining node using an in-memory dummy CacheStore which is shared by both nodes, with preloading enabled.
Index storage is not shared though: uses {{ram}}.
During the preload phase of the new node, the preload code issues the {{SKIP_INDEXING}} flag.. which in this case it should not.



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the infinispan-issues mailing list