]
RH Bugzilla Integration commented on ISPN-5857:
-----------------------------------------------
Dan Berindei <dberinde(a)redhat.com> changed the Status of [bug
HotRod client should use the consistent hash in replicated mode
---------------------------------------------------------------
Key: ISPN-5857
URL:
https://issues.jboss.org/browse/ISPN-5857
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 8.0.1.Final, 8.1.0.Alpha1
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Critical
Labels: hotrod
Fix For: 8.1.0.Alpha2, 8.1.0.Final
The HotRod server assumes that in replicated mode the server accessed by the client
doesn't matter, so it doesn't send a consistent hash in the topology updates.
However, since replicated mode is now implemented on top of distributed mode, hitting the
primary owner or another node makes a big difference. We should change the server to send
the consistent hash for replicated caches as well.