[infinispan-issues] [JBoss JIRA] (ISPN-1403) Optimise sending Hot Rod topology updates for distributed caches
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Tue Jul 2 04:41:21 EDT 2013
[ https://issues.jboss.org/browse/ISPN-1403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus updated ISPN-1403:
--------------------------------
Fix Version/s: (was: 6.0.0.Final)
> Optimise sending Hot Rod topology updates for distributed caches
> ----------------------------------------------------------------
>
> Key: ISPN-1403
> URL: https://issues.jboss.org/browse/ISPN-1403
> Project: Infinispan
> Issue Type: Enhancement
> Components: Distributed Cache, Remote protocols
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
>
> Right now, whenever a Hot Rod client sends a request with a view id which is different to the one on the server, it'd get a brand new view in the response to the request. This could be optimised nicely by only sending back a new view id when the server discovers that the client is using an inefficient view. For example, in distributed caches, the moment it gets a request for a key which lands on a node that does not own the key, it could decide to send back the view.
> This would reduce the number of times the view is returned, hence improving the performance of requests.
--
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