]
Will Burns updated ISPN-11970:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
RemoteCacheImpl.retrieveEntries with explicit segments is not server
aware
--------------------------------------------------------------------------
Key: ISPN-11970
URL:
https://issues.redhat.com/browse/ISPN-11970
Project: Infinispan
Issue Type: Bug
Components: Hot Rod
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Unfortunately retrieveEntries method always chooses a random server to send a request to.
This is fine when segments is not provided. However if an explicit set of segments is
provided we should route the request to the address that has the most segments of the set
and hasn't failed yet.