[JBoss JIRA] (ISPN-5421) Cache mode defined in default cache is not propagated to named cache
by Sean Flanigan (JIRA)
[ https://issues.jboss.org/browse/ISPN-5421?page=com.atlassian.jira.plugin.... ]
Sean Flanigan commented on ISPN-5421:
-------------------------------------
It appears that the {{statistics-enabled}} attribute (in WildFly 10.1's Infinispan subsystem) is not propagated from default cache to named caches either.
> Cache mode defined in default cache is not propagated to named cache
> --------------------------------------------------------------------
>
> Key: ISPN-5421
> URL: https://issues.jboss.org/browse/ISPN-5421
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 7.1.1.Final
> Environment: Linux, Java 1.7.0_55
> Reporter: Mark K
> Labels: cachemode, configuration
>
> The cache mode (SYNC/ASYNC) is not propagated from the default-cache configuration to the named cache and defaults to SYNC, even when default-cache is set to ASYNC.
> Example Config:
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 3 months
[JBoss JIRA] (ISPN-6961) AbstractClusterListenerUtilTest tests fail from IDE
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-6961?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-6961:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Beta1
9.0.0.Final
Resolution: Done
> AbstractClusterListenerUtilTest tests fail from IDE
> ---------------------------------------------------
>
> Key: ISPN-6961
> URL: https://issues.jboss.org/browse/ISPN-6961
> Project: Infinispan
> Issue Type: Bug
> Components: Listeners
> Affects Versions: 9.0.0.Alpha4, 8.2.4.Final
> Reporter: Galder Zamarreño
> Assignee: Dan Berindei
> Fix For: 9.0.0.Beta1, 9.0.0.Final
>
>
> When running AbstractClusterListenerUtilTest tests within your IDE, the first test pass and then the @AfterMethod call fails with:
> {code}
> java.lang.IllegalArgumentException: Argument must be greater than 0
> at
> org.infinispan.util.ControlledTimeService.advance(ControlledTimeService.java:32)
> at
> org.infinispan.notifications.cachelistener.cluster.AbstractClusterListenerUtilTest.resetTimeServices(AbstractClusterListenerUtilTest.java:106)
> {code}
> The rest of tests are ignored.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 3 months
[JBoss JIRA] (ISPN-7000) Infinispan distributed task execution without serialization
by mohammad nadeem (JIRA)
[ https://issues.jboss.org/browse/ISPN-7000?page=com.atlassian.jira.plugin.... ]
mohammad nadeem updated ISPN-7000:
----------------------------------
Status: Open (was: New)
> Infinispan distributed task execution without serialization
> ------------------------------------------------------------
>
> Key: ISPN-7000
> URL: https://issues.jboss.org/browse/ISPN-7000
> Project: Infinispan
> Issue Type: Feature Request
> Components: Distributed Execution and Map/Reduce
> Affects Versions: 8.0.2.Final
> Reporter: mohammad nadeem
>
> 0
> down vote
> favorite
> I am aware of simple distributed task execution (Using Distributed Executor Service), for example [here ](https://github.com/infinispan/infinispan-simple-tutorials/blob/master/distexec/src/main/java/org/infinispan/tutorial/simple/distexec/InfinispanDistExec.java) and [here](https://github.com/infinispan/infinispan-quickstart/tree/master/clu..., However the mechanism used is to serialize the callable and transport it to destination for execution, as I said this works for simple cases, many a times it wont be feasible to searlize every thing, for example from callable lots of classes would be referred to get a task done, in this case everything should be transported (many a times not possible, even if it is possible, it would take humongous time to transport accross, there by killing the purpose), what would be required instead is to assume that the classes exists at the target system and simply invoke it (the way hadoop works), I am not sure if there exists such execution model in infinispan?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 3 months
[JBoss JIRA] (ISPN-7000) Infinispan distributed task execution without serialization
by mohammad nadeem (JIRA)
mohammad nadeem created ISPN-7000:
-------------------------------------
Summary: Infinispan distributed task execution without serialization
Key: ISPN-7000
URL: https://issues.jboss.org/browse/ISPN-7000
Project: Infinispan
Issue Type: Feature Request
Components: Distributed Execution and Map/Reduce
Affects Versions: 8.0.2.Final
Reporter: mohammad nadeem
0
down vote
favorite
I am aware of simple distributed task execution (Using Distributed Executor Service), for example [here ](https://github.com/infinispan/infinispan-simple-tutorials/blob/master/distexec/src/main/java/org/infinispan/tutorial/simple/distexec/InfinispanDistExec.java) and [here](https://github.com/infinispan/infinispan-quickstart/tree/master/clu..., However the mechanism used is to serialize the callable and transport it to destination for execution, as I said this works for simple cases, many a times it wont be feasible to searlize every thing, for example from callable lots of classes would be referred to get a task done, in this case everything should be transported (many a times not possible, even if it is possible, it would take humongous time to transport accross, there by killing the purpose), what would be required instead is to assume that the classes exists at the target system and simply invoke it (the way hadoop works), I am not sure if there exists such execution model in infinispan?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 3 months