]
Mircea Markus updated ISPN-530:
-------------------------------
Fix Version/s: 5.0.0.CR3
Hot Rod client should load balance between different owners for a
key
---------------------------------------------------------------------
Key: ISPN-530
URL:
https://issues.jboss.org/browse/ISPN-530
Project: Infinispan
Issue Type: Feature Request
Components: Cache Server
Reporter: Galder Zamarreño
Assignee: Mircea Markus
Fix For: 5.0.0.CR2, 5.0.0.CR3
While doing the demo for JUDCon, I realised that smart routing on the client side always
choses the same node for the same key.
IOW, assume you have k1 stored in nodes A, B and the cluster is formed of nodes A, B and
C. Now, when the client figures out that the owner is A, any further requests on k1 will
be sent to A. This has the possibility of overloading A.
I think the client should, from the given list of owners of a key, do round robin between
them for requests on the same key.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: