[JBoss JIRA] (ISPN-4851) Make SyncConsistentHashFactory the default CH factory
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-4851?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-4851:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 8.2.0.Final
Resolution: Done
> Make SyncConsistentHashFactory the default CH factory
> -----------------------------------------------------
>
> Key: ISPN-4851
> URL: https://issues.jboss.org/browse/ISPN-4851
> Project: Infinispan
> Issue Type: Feature Request
> Components: Configuration, Core
> Affects Versions: 7.0.0.CR1
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Fix For: 8.2.0.Beta1, 8.2.0.Final
>
>
> With ISPN-4682 fixed, SyncConsistentHashFactory should be good enough to be the default. It still allows for more variation in the number of owned segments per node (+/-10% owned segments and +/-20% for primary-owned segments), but that should be acceptable for most purposes.
> The major advantage of SCHF is that it depends only on the cache members and not on the order they joined. Users expect a key to map to the same node in all caches (as long as the caches have the same members).
> One downside of SCHF, especially for testing, is that the segment ownership differs between test runs (being based on the random address assigned to each node). However, most tests that depend on key ownership should use {{ControlledConsistentHashFactory}} anyway.
> We also need to verify that the number of segments moved by SCHF is comparable to the number of segments moved by DefaultConsistentHashFactory (ISPN-3729).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (ISPN-6083) Continuous query and client listeners with DSL filters should reject aggegation queries
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-6083?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-6083:
--------------------------------
Description: Aggregation is currently ignored if present. We should report an error instead. At least until ISPN-6060 is implemented. (was: Aggregation is currently ignored if present. We should report an error instead. )
> Continuous query and client listeners with DSL filters should reject aggegation queries
> ---------------------------------------------------------------------------------------
>
> Key: ISPN-6083
> URL: https://issues.jboss.org/browse/ISPN-6083
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying, Remote Querying
> Affects Versions: 8.1.0.Final
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 8.2.0.Alpha1, 8.1.1.Final
>
>
> Aggregation is currently ignored if present. We should report an error instead. At least until ISPN-6060 is implemented.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (ISPN-6077) AddCache dialog only offers cache templates from "clustered" cache container
by Martin Gencur (JIRA)
[ https://issues.jboss.org/browse/ISPN-6077?page=com.atlassian.jira.plugin.... ]
Martin Gencur reassigned ISPN-6077:
-----------------------------------
Assignee: Vladimir Blagojevic
> AddCache dialog only offers cache templates from "clustered" cache container
> ----------------------------------------------------------------------------
>
> Key: ISPN-6077
> URL: https://issues.jboss.org/browse/ISPN-6077
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Final
> Reporter: Martin Gencur
> Assignee: Vladimir Blagojevic
>
> When adding a new cache, the "Base configuration" element only shows options from a cache container named "clustered". If there are different cache containers in the configuration, the select element does not show anything.
> The problem is getConfigurationTemplates function in infinispan-management-console/src/main/webapp/components/api/cache-creation-controller.service.js which should take into account different cache container names.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months