[infinispan-issues] [JBoss JIRA] (ISPN-1881) RPC calls should not use an executor if communicating with a single recipient

Manik Surtani (JIRA) jira-events at lists.jboss.org
Wed Feb 22 12:04:36 EST 2012


Manik Surtani created ISPN-1881:
-----------------------------------

             Summary: RPC calls should not use an executor if communicating with a single recipient
                 Key: ISPN-1881
                 URL: https://issues.jboss.org/browse/ISPN-1881
             Project: Infinispan
          Issue Type: Enhancement
          Components: Distributed Cache
    Affects Versions: 5.1.1.FINAL
            Reporter: Manik Surtani
            Assignee: Manik Surtani
             Fix For: 5.1.2.CR1, 5.1.2.FINAL


The CommandAwareRpcDispatcher makes use of an executor to communicate with recipients in parallel, followed by polling the futures.  This step can be heavily optimised if we just have a single recipient, which is a very common case when using distributed (numOwners = 2, and the call is executed on one of the owners).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list