]
Will Burns updated ISPN-10864:
------------------------------
Summary: Scattered state transfer should be non blocking (was: PrefetchInterceptor
should use non blocking publisher and ban iterator)
Scattered state transfer should be non blocking
-----------------------------------------------
Key: ISPN-10864
URL:
https://issues.redhat.com/browse/ISPN-10864
Project: Infinispan
Issue Type: Sub-task
Reporter: Will Burns
Priority: Major
Scattered cache requires possibly checking if a segment is owned or not. This requires
waiting for this to complete if it is in process. This means iterator will blocking
waiting for this to occur. Thus we shouldn't utilize the iterator methods and instead
provide a publisher that doesn't block properly.