Uploaded image for project: 'Red Hat Data Grid'
  1. Red Hat Data Grid
  2. JDG-454

Properties from 'indexed' template not being inherited

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • JDG 7.1.0 DR1
    • JDG 7.0.0 ER7
    • Server
    • None

      The test testRemoteQueries() defined at
      https://github.com/pzapataf/infinispan-tests/blob/master/src/test/java/InfinispanRemote.java
      don't work if the cache is defined by inheriting from the configuration template 'indexed' as:

      <distributed-cache name="CACHE_SEARCH" configuration="indexed"/>

      However, the same test works in the following scenarios:

      1. Configuration is fully defined in cache:
      <distributed-cache name="CACHE_FROM_SCRATCH" mode="SYNC">
      <security/>
      <indexing index="ALL" auto-config="true"/>
      </distributed-cache>

      2. A non indexed cache is used, inheriting from 'default':
      <distributed-cache name="CACHE_NO_INDEXED" configuration="default"/>

      This might be related to https://issues.jboss.org/browse/JDG-315

            ttarrant@redhat.com Tristan Tarrant
            pzapataf@redhat.com Pedro Zapata Fernandez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: