William Burns created ISPN-5624:
-----------------------------------
Summary: Local segment listener support for distribtued streams
Key: ISPN-5624
URL:
https://issues.jboss.org/browse/ISPN-5624
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: William Burns
Assignee: William Burns
Distributed streams can be forced to be local with Flag.CACHE_MODE_LOCAL. When this
occurs we should still track segments, but basically only complete segments that were
fully iterated upon. The other segments could then be suspected implicitly since they
were never completed but the iterator did.
This can be helpful for implementations that don't ever want to have the stream
contact a remote node for data, since it could do the redirection itself (ie. remote
iterator).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)