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

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Mon Feb 27 03:39:36 EST 2012


     [ https://issues.jboss.org/browse/ISPN-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Galder Zamarreño updated ISPN-1881:
-----------------------------------

        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done

    
> 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