Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-6577

Indexing properties should be stored in a distinct subresource to ease configuration inheritance

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 9.0.0.Alpha2
    • 8.2.1.Final, 9.0.0.Alpha1
    • Server
    • None

    Description

      Given the following config:

      <replicated-cache-configuration name="indexed-cache" mode="SYNC" start="EAGER" remote-timeout="20000"/>
      
      <replicated-cache name="booksCache" configuration="indexed-cache">
          <indexing index="LOCAL">
               <property name="default.metadata_cachename">indexMetadataBooksCache</property>
               <property name="default.data_cachename">indexDataBooksCache</property>
               <property name="default.locking_cachename">indexLockingBooksCache</property>
               <property name="default.directory_provider">infinispan</property>
               <property name="default.indexmanager">org.infinispan.query.indexmanager.InfinispanIndexManager</property>
               <property name="lucene_version">LUCENE_CURRENT</property>
         </indexing>
      </replicated-cache>
      

      The booksCache starts in non-indexed mode, even if it explicitly configure the indexing

      Attachments

        Issue Links

          Activity

            People

              ttarrant@redhat.com Tristan Tarrant
              gfernand@redhat.com Gustavo Fernandes (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: