[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
Tue Oct 23 12:44:01 EDT 2012


Vladimir Blagojevic created ISPN-2436:
-----------------------------------------

             Summary: 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.CR1


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