]
William Burns resolved ISPN-4281.
---------------------------------
Resolution: Duplicate Issue
This was essentially done with the Distributed Stream feature.
Refactor DistributedEntryRetriever segment retry logic to a service
implementation to be reused
-----------------------------------------------------------------------------------------------
Key: ISPN-4281
URL:
https://issues.jboss.org/browse/ISPN-4281
Project: Infinispan
Issue Type: Enhancement
Reporter: William Burns
The DistributedEntryRetriever has a lot of logic for retrying segments to allow for a
rehash to not produce duplicate entries. We should refactor this out so it is more of a
utility so that any given DistributedCallable for example can be used instead. Also we
should have a pluggable request policy to allow for parallel requests.