[infinispan-issues] [JBoss JIRA] (ISPN-2436) Map/reduce commands are executed in serial on first and second Infinispan nodes
Vladimir Blagojevic (JIRA)
jira-events at lists.jboss.org
Wed Oct 31 10:46:19 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vladimir Blagojevic updated ISPN-2436:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 5.2.0.Beta3
(was: 5.2.0.CR1)
Resolution: Done
Fixed for 5.2.0Beta3
> Map/reduce commands are executed in serial on first and second Infinispan nodes
> -------------------------------------------------------------------------------
>
> Key: ISPN-2436
> URL: https://issues.jboss.org/browse/ISPN-2436
> Project: Infinispan
> Issue Type: Enhancement
> Components: Distributed Execution and Map/Reduce
> Affects Versions: 5.2.0.Beta2
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 5.2.0.Beta3
>
>
> Map command is executed on local/master/originating node on the same thread that is sending map command to other nodes. This causes other nodes to wait unnecessarily until map command is executed on master node. We should execute map command on a different thread and send map command immediately to all other nodes.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list