]
Tristan Tarrant updated ISPN-5354:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Alpha2
8.2.2.Final
9.0.0.Final
Resolution: Done
HotRod putAll send proper CH routing
------------------------------------
Key: ISPN-5354
URL:
https://issues.jboss.org/browse/ISPN-5354
Project: Infinispan
Issue Type: Enhancement
Components: Remote Protocols
Reporter: William Burns
Assignee: William Burns
Fix For: 9.0.0.Alpha2, 8.2.2.Final, 9.0.0.Final
We need to enable putAll operation on hot rod to send multiple commands where each owner
receives the keys it owns. This way the embedded server has less routing to do.
This requires having some sort of thread pool for use on the client though, as doing each
request sequentially seems it would probably be slower than just sending 1 request.
This relates to ISPN-5266