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

Adding cache configuration with specific indexing properties requires server reload

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 9.0.0.Final
    • 9.0.0.CR3
    • Server
    • None

    Description

      Adding the following cache config requires server reload otherwise the indexing strategy is ignored.

      <local-cache-configuration name="manualIndexingCacheConfig">
          <indexing index="LOCAL">
               <property name="default.directory_provider">ram</property>
               <property name="hibernate.search.jmx_enabled">true</property>
               <property name="lucene_version">LUCENE_CURRENT</property>
               <property name="hibernate.search.indexing_strategy">manual</property>
          </indexing>
      </local-cache-configuration>
      <local-cache name="manualIndexingCache" configuration="manualIndexingCacheConfig"/>
      

      Attachments

        Issue Links

          Activity

            People

              ttarrant@redhat.com Tristan Tarrant
              mgencur Martin Gencur
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: