[JBoss JIRA] (ISPN-6947) Indexing mode not compatible with multiple entities per cache
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6947?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-6947:
------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/4504
> Indexing mode not compatible with multiple entities per cache
> -------------------------------------------------------------
>
> Key: ISPN-6947
> URL: https://issues.jboss.org/browse/ISPN-6947
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Reporter: Gustavo Fernandes
>
> Consider a cache composed of two entities A and B, entity A is stored on RAM and entity B on Infinispan itself. The configuration to achieve that is below:
> {noformat}
> cacheCfg.indexing()
> .index(Index.ALL)
> .addIndexedEntity(A.class)
> .addIndexedEntity(B.class)
> .addProperty("A.directory_provider", "ram")
> .addProperty("A.indexmanager", "org.infinispan.query.indexmanager.InfinispanIndexManager")
> {noformat}
> The configuration Index.ALL only makes sense to RAM directory, while for InfinispanIndexManager it'd cause redundant indexing. The indexing mode should not be at cache level but at "index" level
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (ISPN-6947) Indexing mode not compatible with multiple entities per cache
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6947?page=com.atlassian.jira.plugin.... ]
Work on ISPN-6947 started by Gustavo Fernandes.
-----------------------------------------------
> Indexing mode not compatible with multiple entities per cache
> -------------------------------------------------------------
>
> Key: ISPN-6947
> URL: https://issues.jboss.org/browse/ISPN-6947
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> Consider a cache composed of two entities A and B, entity A is stored on RAM and entity B on Infinispan itself. The configuration to achieve that is below:
> {noformat}
> cacheCfg.indexing()
> .index(Index.ALL)
> .addIndexedEntity(A.class)
> .addIndexedEntity(B.class)
> .addProperty("A.directory_provider", "ram")
> .addProperty("A.indexmanager", "org.infinispan.query.indexmanager.InfinispanIndexManager")
> {noformat}
> The configuration Index.ALL only makes sense to RAM directory, while for InfinispanIndexManager it'd cause redundant indexing. The indexing mode should not be at cache level but at "index" level
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (ISPN-6947) Indexing mode not compatible with multiple entities per cache
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6947?page=com.atlassian.jira.plugin.... ]
Work on ISPN-6947 stopped by Gustavo Fernandes.
-----------------------------------------------
> Indexing mode not compatible with multiple entities per cache
> -------------------------------------------------------------
>
> Key: ISPN-6947
> URL: https://issues.jboss.org/browse/ISPN-6947
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> Consider a cache composed of two entities A and B, entity A is stored on RAM and entity B on Infinispan itself. The configuration to achieve that is below:
> {noformat}
> cacheCfg.indexing()
> .index(Index.ALL)
> .addIndexedEntity(A.class)
> .addIndexedEntity(B.class)
> .addProperty("A.directory_provider", "ram")
> .addProperty("A.indexmanager", "org.infinispan.query.indexmanager.InfinispanIndexManager")
> {noformat}
> The configuration Index.ALL only makes sense to RAM directory, while for InfinispanIndexManager it'd cause redundant indexing. The indexing mode should not be at cache level but at "index" level
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (ISPN-6947) Indexing mode not compatible with multiple entitties per cache
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-6947:
---------------------------------------
Summary: Indexing mode not compatible with multiple entitties per cache
Key: ISPN-6947
URL: https://issues.jboss.org/browse/ISPN-6947
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying
Reporter: Gustavo Fernandes
Consider a cache composed of two entities A and B, entity A is stored on RAM and entity B on Infinispan itself. The configuration to achieve that is below:
{noformat}
cacheCfg.indexing()
.index(Index.ALL)
.addIndexedEntity(A.class)
.addIndexedEntity(B.class)
.addProperty("A.directory_provider", "ram")
.addProperty("A.indexmanager", "org.infinispan.query.indexmanager.InfinispanIndexManager")
{noformat}
The configuration Index.ALL only makes sense to RAM directory, while for InfinispanIndexManager it'd cause redundant indexing. The indexing mode should not be at cache level but at "index" level
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (ISPN-6947) Indexing mode not compatible with multiple entities per cache
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6947?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-6947:
------------------------------------
Summary: Indexing mode not compatible with multiple entities per cache (was: Indexing mode not compatible with multiple entitties per cache)
> Indexing mode not compatible with multiple entities per cache
> -------------------------------------------------------------
>
> Key: ISPN-6947
> URL: https://issues.jboss.org/browse/ISPN-6947
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Reporter: Gustavo Fernandes
>
> Consider a cache composed of two entities A and B, entity A is stored on RAM and entity B on Infinispan itself. The configuration to achieve that is below:
> {noformat}
> cacheCfg.indexing()
> .index(Index.ALL)
> .addIndexedEntity(A.class)
> .addIndexedEntity(B.class)
> .addProperty("A.directory_provider", "ram")
> .addProperty("A.indexmanager", "org.infinispan.query.indexmanager.InfinispanIndexManager")
> {noformat}
> The configuration Index.ALL only makes sense to RAM directory, while for InfinispanIndexManager it'd cause redundant indexing. The indexing mode should not be at cache level but at "index" level
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (ISPN-6729) Upgrade the Cloud Cache Store to 8.0.0
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-6729?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-6729:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integrated. Thanks [~NadirX]!
> Upgrade the Cloud Cache Store to 8.0.0
> --------------------------------------
>
> Key: ISPN-6729
> URL: https://issues.jboss.org/browse/ISPN-6729
> Project: Infinispan
> Issue Type: Task
> Components: Loaders and Stores
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Fix For: 8.2.4.Final
>
>
> The Cloud cache store has several issues:
> - inherits from infinispan-parent (should instead depend on infinispan-core)
> - doesn't handle expired entries on contains()
> Additionally, it should be upgrade to JClouds 1.9.x
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months