]
RH Bugzilla Integration commented on ISPN-3530:
-----------------------------------------------
Roman Macor <rmacor(a)redhat.com> changed the Status of [bug
The HotRod client should support a separate CH for each cache
-------------------------------------------------------------
Key: ISPN-3530
URL:
https://issues.jboss.org/browse/ISPN-3530
Project: Infinispan
Issue Type: Feature Request
Components: Remote Protocols
Affects Versions: 6.0.0.Alpha4
Reporter: Dan Berindei
Assignee: Galder ZamarreƱo
Labels: hotrod, hotrod-java-client
Fix For: 7.0.0.Alpha5
With asymmetric clusters, each cache can have its own consistent hash, so the primary
owner of a key in one cache is not necessarily the owner in all the caches. Even with a
symmetric cluster, the same client may be used to access both distributed and replicated
caches, and those would certainly have a different CH.
In order to send the operations to the correct owner, the HotRod client should use a
different CH for each cache.