]
Dan Berindei resolved ISPN-3818.
--------------------------------
Fix Version/s: 7.0.0.Final
Resolution: Out of Date
No longer relevant since ISPN-3529 was fixed.
Cache the topology information sent to clients
----------------------------------------------
Key: ISPN-3818
URL:
https://issues.jboss.org/browse/ISPN-3818
Project: Infinispan
Issue Type: Enhancement
Components: Remote Protocols
Affects Versions: 6.0.0.Final
Reporter: Radim Vansa
Assignee: Galder ZamarreƱo
Fix For: 7.0.0.Final
Currently the server searches for denormalized hash ids for each client after topology
change / new client joining.
This is pretty expensive operation as it results in calling the hash algorithm several
hundred thousand times, and this for each client.
The result of this operation should be cached.