[infinispan-issues] [JBoss JIRA] Updated: (ISPN-865) Use JGroups' NotifyingFuture when performing remote GETs
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Mon Feb 14 13:03:13 EST 2011
[ https://issues.jboss.org/browse/ISPN-865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-865:
----------------------------------
Fix Version/s: 4.2.1.CR2
5.0.0.ALPHA3
> Use JGroups' NotifyingFuture when performing remote GETs
> --------------------------------------------------------
>
> Key: ISPN-865
> URL: https://issues.jboss.org/browse/ISPN-865
> Project: Infinispan
> Issue Type: Feature Request
> Components: Distributed Cache, RPC
> Affects Versions: 4.2.0.Final
> Reporter: Manik Surtani
> Assignee: Manik Surtani
> Fix For: 4.2.1.CR2, 4.2.1.Final, 5.0.0.ALPHA3
>
>
> JGroups has NotifyingFutures since 2.11.
> https://github.com/belaban/JGroups/blob/JGroups_2_11_0_GA/src/org/jgroups/blocks/MessageDispatcher.java#L585
> This means that we no longer have to dispatch remote GET calls sequentially.
> https://github.com/infinispan/infinispan/blob/master/core/src/main/java/org/infinispan/remoting/transport/jgroups/CommandAwareRpcDispatcher.java#L285
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list