[infinispan-issues] [JBoss JIRA] Created: (ISPN-865) Use JGroups' NotifyingFuture when performing remote GETs
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Thu Jan 6 11:07:17 EST 2011
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.Final
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