[infinispan-issues] [JBoss JIRA] (ISPN-6577) Indexing properties should be stored in a distinct subresource to ease configuration inheritance

Adrian Nistor (JIRA) issues at jboss.org
Mon May 9 09:03:01 EDT 2016


     [ https://issues.jboss.org/browse/ISPN-6577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Nistor updated ISPN-6577:
--------------------------------
    Fix Version/s: 9.0.0.Alpha2


> Indexing properties should be stored in a distinct subresource to ease configuration inheritance
> ------------------------------------------------------------------------------------------------
>
>                 Key: ISPN-6577
>                 URL: https://issues.jboss.org/browse/ISPN-6577
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 8.2.1.Final, 9.0.0.Alpha1
>            Reporter: Gustavo Fernandes
>            Assignee: Tristan Tarrant
>            Priority: Critical
>             Fix For: 9.0.0.Alpha2
>
>
> Given the following config:
> {code:xml}
> <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>
> {code}
> The booksCache starts in non-indexed mode, even if it explicitly configure the indexing



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list