[infinispan-issues] [JBoss JIRA] (ISPN-7000) Infinispan distributed task execution without serialization

Galder Zamarreño (JIRA) issues at jboss.org
Wed Sep 14 03:31:00 EDT 2016


    [ https://issues.jboss.org/browse/ISPN-7000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13293007#comment-13293007 ] 

Galder Zamarreño edited comment on ISPN-7000 at 9/14/16 3:30 AM:
-----------------------------------------------------------------

Cross posted from http://stackoverflow.com/questions/39332737/infinispan-distributed-task-execution/39334120


was (Author: galder.zamarreno):
Cross posted from http://stackoverflow.com/questions/39332737/infinispan-distributed-task-execution/39334120?noredirect=1#comment66009413_39334120

> 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/clustered-cache/src/main/java/org/infinispan/quickstart/clusteredcache), 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)



More information about the infinispan-issues mailing list