[JBoss JIRA] (ISPN-1540) Refactor distribution interceptor
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-1540?page=com.atlassian.jira.plugin.... ]
William Burns commented on ISPN-1540:
-------------------------------------
Also need to make sure that read from remote are put into the L1 cache right away instead of putting it in the tx context. This comment talks about that.
https://issues.jboss.org/browse/ISPN-2965?focusedCommentId=12779780&page=...
> Refactor distribution interceptor
> ---------------------------------
>
> Key: ISPN-1540
> URL: https://issues.jboss.org/browse/ISPN-1540
> Project: Infinispan
> Issue Type: Feature Request
> Components: Distributed Cache
> Affects Versions: 5.1.0.BETA5
> Reporter: Mircea Markus
> Assignee: William Burns
> Fix For: 6.0.0.Final
>
>
> DistributionInterceptor, as it looks now is unnecessary complex. Before adding more functionality on top of it (i.e. ISPN-1539) it should be refactored:
> - extract L1 logic into a different interceptor
> - this would require moving the StateTransferLock logic into another interceptor as well
> - now that we have separation between tx and non-tx caches, we can extract the remaining logic into TransactionalDistributionInterceptor and NonTransactional...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (ISPN-1540) Refactor distribution interceptor
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-1540?page=com.atlassian.jira.plugin.... ]
William Burns reassigned ISPN-1540:
-----------------------------------
Assignee: William Burns (was: Mircea Markus)
> Refactor distribution interceptor
> ---------------------------------
>
> Key: ISPN-1540
> URL: https://issues.jboss.org/browse/ISPN-1540
> Project: Infinispan
> Issue Type: Feature Request
> Components: Distributed Cache
> Affects Versions: 5.1.0.BETA5
> Reporter: Mircea Markus
> Assignee: William Burns
> Fix For: 6.0.0.Final
>
>
> DistributionInterceptor, as it looks now is unnecessary complex. Before adding more functionality on top of it (i.e. ISPN-1539) it should be refactored:
> - extract L1 logic into a different interceptor
> - this would require moving the StateTransferLock logic into another interceptor as well
> - now that we have separation between tx and non-tx caches, we can extract the remaining logic into TransactionalDistributionInterceptor and NonTransactional...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (ISPN-132) Distributed queue/list API
by Mircea Markus (JIRA)
[ https://issues.jboss.org/browse/ISPN-132?page=com.atlassian.jira.plugin.s... ]
Mircea Markus updated ISPN-132:
-------------------------------
Labels: leads (was: )
> Distributed queue/list API
> --------------------------
>
> Key: ISPN-132
> URL: https://issues.jboss.org/browse/ISPN-132
> Project: Infinispan
> Issue Type: Feature Request
> Components: Core API, Fine-grained API
> Reporter: Bryan Grunow
> Assignee: Manik Surtani
> Labels: leads
> Fix For: 7.0.0.Final
>
>
> Original request:
> {quote}
> Add support for retrieving entries from the cache (simple API and Tree API) via insertion (FIFO) order.
> For example, cache.getNext(); would return the next entry in the queue.
> {quote}
> Updating this JIRA to provide an API for a collection that can be appended to without retrieving the entire collection. Essentially a list, with various concurrent access guarantees.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (ISPN-3198) Allow multiple versions of entries to be stored
by Mircea Markus (JIRA)
[ https://issues.jboss.org/browse/ISPN-3198?page=com.atlassian.jira.plugin.... ]
Mircea Markus updated ISPN-3198:
--------------------------------
Labels: leads versioning (was: versioning)
> Allow multiple versions of entries to be stored
> -----------------------------------------------
>
> Key: ISPN-3198
> URL: https://issues.jboss.org/browse/ISPN-3198
> Project: Infinispan
> Issue Type: Feature Request
> Components: Core API
> Affects Versions: 5.3.0.Final
> Reporter: Manik Surtani
> Assignee: Mircea Markus
> Labels: leads, versioning
> Fix For: 7.0.0.Final
>
>
> Storing multiple versions of a given entry will pave the way for eventual consistency based on vector clocks as well as the ability for API-controlled versioning.
> Will require that each entry is a structure that contains multiple actual entries ordered by version.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (ISPN-3199) API to manipulate multiple versions of an entry
by Mircea Markus (JIRA)
[ https://issues.jboss.org/browse/ISPN-3199?page=com.atlassian.jira.plugin.... ]
Mircea Markus updated ISPN-3199:
--------------------------------
Labels: leads (was: )
> API to manipulate multiple versions of an entry
> -----------------------------------------------
>
> Key: ISPN-3199
> URL: https://issues.jboss.org/browse/ISPN-3199
> Project: Infinispan
> Issue Type: Feature Request
> Components: Core API
> Affects Versions: 5.3.0.Final
> Reporter: Manik Surtani
> Assignee: Mircea Markus
> Labels: leads
> Fix For: 7.0.0.Final
>
>
> In addition to the existing API, the following will be needed to allow user applications to directly control versioning. E.g.,
> {code}
> put(K key, EntryVersion version);
> get(K key, EntryVersion version);
> getLatest(K key, EntryVersion upperBound);
> evict(K key, EntryVersion upTo);
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months